Trying to use JSTL but have the following problem:
Index.xhtml page:
Seems that:
The solution is to remove the /jsp from the jstl namespace: xmlns:c="http://java.sun.com/jstl/core"
The solution is to remove the /jsp from the jstl namespace:
xmlns:c="http://java.sun.com/jstl/core"
See this post.