How do you use JSTL?

前端 未结 2 1407
野趣味
野趣味 2020-12-20 14:30

Trying to use JSTL but have the following problem:

Index.xhtml page:




        
2条回答
  •  一生所求
    2020-12-20 15:31

    Seems that:

    The solution is to remove the /jsp from the jstl namespace:

    xmlns:c="http://java.sun.com/jstl/core"

    See this post.

提交回复
热议问题