I have my taglib declarations with http://java.sun.com/jsp/jstl/fmt etc for JSTL. I implemented this when I was using tomcat 4 and at that time I got rid of any references in my web.xml to taglib-uris.

I put standard.jar and jstl.jar where the tld files are into my .war file.

This also worked fine when I upgraded to tomcat 5 / jsp 2.

Now though I am trying to get my app running under the tomcat plug-in in jboss. I get the Jasper exception when I try to view the page:

The absolute uri: http://java.sun.com/jsp/jstl/fmt cannot be resolved in either web.xml or the jar files deployed with this application

that is despite the fact that I have the jars both in the webapp WAR and in the JBoss lib directory.

Do I really have to extract the tld files and enter their location in web.xml or the tld directive?

Thanks
Adam
--
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to