You might have the wrong URI - this is working for me: <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
I obtained these URI's from their respective .tld files. HTH, Matt > -----Original Message----- > From: alexj [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 12:27 PM > To: Struts Users Mailing List > Subject: org.apache.jasper.JasperException: File > "/WEB-INF/struts-bean.tld" not found > > > Hi got this error when I deploy my app to Tomcat 4.1.18. > In my pages I've declared : > <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> > > <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> > > I look if my WEB-INF folder includes the correctly taglib and they are > include. > I'm using struts-1.1-b2 . I've read a previous post about another way > to declare taglib and I've try this way to : > > <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-1.0"%> > <%@ taglib uri="http://jakarta.apache.org/struts/tags-html-1.0"%> > > But this one don't work to. > > Any idea ?? > > <-- > Alexandre Jaquet > -> > -----BEGIN GEEK CODE BLOCK----- > Version: 3.12 > GCM d+ s: a-- C++++ U*+ P L--- E--- W+++ N+++ o K---- w+++++ > O---- M-- V-- PS+++ PE+++ Y+++ PGP--- 5-- X++++ R* tv b++++ > DI--- D---- > G++ e* h++ r% y* > ------END GEEK CODE BLOCK------ > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

