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, but as soon as the struts-blank application is using anything from struts (e.g. struts taglibs), it will come up with errors of all sorts which all look like there is a problem with initialisation of the second application. Is this a known issue, and can someone who has more insight give an input on that? Is there anything basically wrong with running two struts applications in one container? It seems that the warnings against putting struts.jar into the classpath apply here too. Cheers, Ben 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' > > And there is no org.apache.struts.taglib.html.BEAN in the javadocs (Struts > 1.0.1) > > Can anybody point me in the right direction? > > Thanks > > Jorge > > > -- > 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]>

