Re: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld"not found

2003-01-21 Thread Craig R. McClanahan
On Tue, 21 Jan 2003, alexj wrote: > Date: Tue, 21 Jan 2003 20:27:04 +0100 > From: alexj <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: org.apache.jasper.JasperExcep

Re: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found

2003-01-21 Thread alexj
bout putting the jar file in your /WEB-INF/lib and the struts-bean.tld > in your /WEB-INF and accessing them locally? it works fine for me. > > -Original Message- > From: alexj [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 3:05 PM > To: Struts Users Mail

RE: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found

2003-01-21 Thread Pani, Gourav
: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found I've try this to : http://jakarta.apache.org/struts/tags-bean-1.0 http://jakarta.apache.org/struts/tags-bean-1.0 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-1.0"; prefix=&q

Re: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found

2003-01-21 Thread alexj
G++ e* h++ r% y* --END GEEK CODE BLOCK-- - Original Message - From: "Pani, Gourav" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 8:56 PM Subject: RE: org.apache.jasper.JasperException

RE: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found

2003-01-21 Thread Pani, Gourav
- From: alexj [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 2:47 PM To: Struts Users Mailing List Subject: Re: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found I try to modify the uri into the web.xml like the uri defined into the struts-bean

Re: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found

2003-01-21 Thread alexj
ot; <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 8:34 PM Subject: Re: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found > Yep I've declare : > > > > /WEB-INF/struts-bean.tld > > /WEB-INF/struts-bean.tld > > ... > &

Re: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found

2003-01-21 Thread alexj
-- G++ e* h++ r% y* --END GEEK CODE BLOCK-- - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 8:29 PM Subject: RE: org.apache.jasper.Jaspe

RE: org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found

2003-01-21 Thread James Mitchell
> From: alexj [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 2: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.

org.apache.jasper.JasperException: File "/WEB-INF/struts-bean.tld" not found

2003-01-21 Thread alexj
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 str