[jboss-user] [JBoss Seam] - Re: Question: http://java.sun.com/jsp/jstl/core cannot be re

2007-04-17 Thread gorgomad
You should just download JSTL (Apache.org), copy standard.jar and jstl.jar under jboss.home\lib, and restart JBoss server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037901#4037901 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Question: http://java.sun.com/jsp/jstl/core cannot be re

2007-04-17 Thread [EMAIL PROTECTED]
Which version of the dvdstore are you using? We've removed all JSTL uses from it. You do not need the jsp-config stuff in web.xml. It will be ignored for facelets (which is what the dvd store app uses). In a JSP application, it should be sufficient to put the taglib in WEB-INF/lib without

[jboss-user] [JBoss Seam] - Re: Question: http://java.sun.com/jsp/jstl/core cannot be re

2007-04-02 Thread [EMAIL PROTECTED]
Add: in the WEB-INF/web.xml: jsp-config taglib-urihttp://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 :