Hi,
when using the c:forEach tag in my seam webapplication I get:
Exception during request processing: The absolute uri:
http://java.sun.com/jsp/jstl/core
cannot be resolved in either web.xml or the jar files deployed with this application
I'm using the following taglib:
<%@ taglib
uri="http://java.sun.com/jsp/jstl/core" prefix="c"
%>
Which jar do I have to include?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016929#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...