nested tags problem and struts performance

2002-09-24 Thread Nicolas Gréhalle
Hi, I've 2 questions : - I'm using Struts-1.1b2 with Tomcat 4.1.40. With old version (Struts-1.1b1 and Tomcat 4.0.x), I had no problem, but now, nested tags don't manage anymore : Example : page1.jsp: ... nested:iterate property=childCollection nested:write property=element/

Jetty 4.0 and Struts 1.1b1

2002-07-25 Thread Nicolas Gréhalle
Hi, I'm developping a Struts project with Tomcat 4 and all works. But I've tried to put my project under Jetty 4.0 and i've the following error message : HTTP ERROR: 500 Cannot find message resources under key org.apache.struts.action.MESSAGE It seems to me that no resources have been loaded.

Re: Jetty 4.0 and Struts 1.1b1

2002-07-25 Thread Nicolas Gréhalle
in the location indicated by the param value? Jon Ridgway -Original Message- From: Nicolas Gréhalle [mailto:[EMAIL PROTECTED]] Sent: 25 July 2002 15:38 To: Struts Users Mailing List Subject: Jetty 4.0 and Struts 1.1b1 Hi, I'm developping a Struts project with Tomcat 4 and all works