Weird error message

2002-01-22 Thread Jorge Ruiz \(SX\)
I am getting this error message from a jsp page: [ServletException in:/jsp/comprobante/comDisplayForm.jsp] Cannot find bean org.apache.struts.taglib.html.BEAN in scope null' And there is no org.apache.struts.taglib.html.BEAN in the javadocs (Struts 1.0.1) Can anybody point me in the right

Re: Weird error message

2002-01-22 Thread Wim Fournier
On Tue, Jan 22, 2002 at 07:11:25AM -0500, Jorge Ruiz (SX) wrote: I am getting this error message from a jsp page: [ServletException in:/jsp/comprobante/comDisplayForm.jsp] Cannot find bean org.apache.struts.taglib.html.BEAN in scope null' did you ty all the beans u use to your 'session' ?

Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Ben Peter
Jorge, I have experienced the same (and other problems) when trying to run more than one struts application in one container. The setup which caused the problems was Struts 1.0.1 and Tomcat 4.0.1 When trying to run both the struts-example.war and struts-blank.war, everything was still ok,

Re: Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Wim Fournier
Are you aware that you should NOT put struts in the classpath of your webserver/appserver? put struts.jar in the WEB-INF/lib and include that path on compiling. On Tue, Jan 22, 2002 at 01:46:39PM +0100, Ben Peter wrote: Jorge, I have experienced the same (and other problems) when trying

RE: Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Arnaud Buisine
Mailing List Objet : Re: Can an expert help? [ was: Weird error message ] Are you aware that you should NOT put struts in the classpath of your webserver/appserver? put struts.jar in the WEB-INF/lib and include that path on compiling. On Tue, Jan 22, 2002 at 01:46:39PM +0100, Ben Peter wrote

Re: Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Wim Fournier
Objet : Re: Can an expert help? [ was: Weird error message ] Are you aware that you should NOT put struts in the classpath of your webserver/appserver? put struts.jar in the WEB-INF/lib and include that path on compiling. On Tue, Jan 22, 2002 at 01:46:39PM +0100, Ben Peter wrote

Re: Can an expert help? [ was: Weird error message ]

2002-01-22 Thread Ben Peter
Wim, sure, that's what I have been doing. Only it seems that the same problems occur if two apps have struts.jar in their WEB-INF/lib. Could this be a problem with the Digester? The javadoc mentions that only one digester can be used per thread. Cheers, Ben Wim Fournier wrote: Are you