I thought I saw a bug report similar to this that had to do something with jdk1.4.2. Try using 1.4.1 or lower and see what happens.

-Tim

Jesús Antonio Sánchez A. wrote:
Hi I wrote some custom taglibs, but I get the
following error:

org.apache.jasper.JasperException: File "/dodo" not
found

I have the following configuration in my web.xml

<taglib>
<taglib-uri>/dodo</taglib-uri>
<taglib-location>/WEB-INF/jsp/csajsp.tld</taglib-location>
</taglib>


and I call it in my jsp file in the following way:

<%@ taglib uri="/dodo" prefix="c" %>

And still doesn't work

I'm using jdk 1.4.2 and tomcat 4.1.24.

Any clues, thanks.



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



Reply via email to