Hello,
I searched through the archives (and Google) to find any info on this but
came up empty handed.
When I include the taglib in my JSP using a filename path, it works
properly, but if I try to use the symbolic name defined in the web.xml I get
the following error when I browse to index.jsp:
org.apache.jasper.JasperException: null(-1,-1) File "/tags/struts-logic" not
found
My index.jsp has:
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<logic:redirect forward="welcome"/>
My web.xml has:
<taglib>
<taglib-uri>/tags/struts-logic</taglib-uri>
<taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
</taglib>
My directory has:
C:\jakarta-tomcat-4.1.12\webapps\mailadmin\WEB-INF>dir
Volume in drive C has no label.
Volume Serial Number is 7053-50D4
Directory of C:\jakarta-tomcat-4.1.12\webapps\mailadmin\WEB-INF
01/05/2003 04:30p <DIR> .
01/05/2003 04:30p <DIR> ..
01/05/2003 04:30p 1,256 build.xml
01/05/2003 04:30p <DIR> lib
01/05/2003 04:30p 8,101 struts-bean.tld
01/05/2003 04:30p 617 struts-config.xml
01/05/2003 04:30p 18,751 struts-config_1_0.dtd
01/05/2003 04:30p 38,075 struts-form.tld
01/05/2003 04:30p 48,610 struts-html.tld
01/05/2003 04:30p 12,639 struts-logic.tld
01/05/2003 04:30p 1,637 struts-template.tld
01/05/2003 04:30p 53,043 struts.tld
01/05/2003 04:30p 16,118 web-app_2_2.dtd
01/05/2003 04:30p 27,003 web-app_2_3.dtd
01/05/2003 04:30p 1,545 web.xml
12 File(s) 227,395 bytes
3 Dir(s) 260,231,168 bytes free
C:\jakarta-tomcat-4.1.12\webapps\mailadmin\WEB-INF>
If anyone could give me a pointer as to what I might be doing wrong, or
point me at the proper docs, I would be really grateful. :)
Kenny Smith
JournalScape.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>