Add: in the WEB-INF/web.xml:
<jsp-config>
<
taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
<taglib-location>/WEB-INF/c.tld</taglib-location>
and copy the c.tld of the jstl package to WEB-INF
You also may add standard.jar and jstl.jar to the WEB-INF/lib
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033602#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...