[opencms-dev] jsptemplate - strange behaviour

Roman Grom r.grom at web.de
Tue Oct 5 11:27:55 CEST 2004


Hi,

after a minor change in a jsptemplate (i just added a tables bgcolor 
statement) opencms throws:

Root cause:
org.apache.jasper.JasperException: This absolute uri 
(http://www.opencms.org/taglib/cms)
cannot be resolved in either web.xml or the jar files deployed with this 
application...

web.xml contains:

<taglib>
   <taglib-uri>http://www.opencms.org/taglib/cms</taglib-uri>
   <taglib-location>/WEB-INF/opencms.tld</taglib-location>
</taglib>

My jsptemplate contains:
<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms"%>

I made no changes excepting the one above-mentioned. I go back in the 
documents history and
restart tomcat but the exception still occurs.

Any idea? Im completely confused.

Roman




More information about the opencms-dev mailing list