I've just used the i18n taglibs myself this week. I followed the instructions here http://jakarta.apache.org/taglibs/doc/i18n-doc/ index.html, but had to fix the value of <taglib-location> (or of course change the name of the tld file because the two did not match. Could this be your problem?

As for the namespace uri, I'm using "http://jakarta.apache.org/ taglibs/i18n-1.0".

Regards,
Will

On 26.01.2007, at 04:58, Boemio, Neil (FGIC) wrote:

I have 1 server running Tomcat 4.1.29 and 2 running Tomcat 5.5.17.

I get the following on the 4.1.29 server

org.apache.jasper.JasperException: This absolute uri
(http://jakarta.apache.org/taglibs/i18n) cannot be resolved in either
web.xml or the jar files deployed with this application

It is setup the same way as the 5.5.17 servers. Should this work or do
I have to do something different for 4.1.29?

I have this in web.xml:

<taglib>
   <taglib-uri>http://jakarta.apache.org/taglibs/i18n</taglib-uri>
   <taglib-location>/WEB-INF/taglibs-i18n.tld</taglib-location>
</taglib>



Reply via email to