Tomcat 4.1 and indexId

2002-11-21 Thread Arnaud . PASQUIERS
Hello! In my application I am using the indexId attribute in the nested:iterate tag. During development under NetBeans/Tomcat 4.0 all is ok. When I deploye my application with a Tomcat 4.0 server, all is ok too. But when I use a Tomcat 4.1 version, this error occures: Error compiling file:

Réf. : RE: Tomcat 4.1 and indexId

2002-11-21 Thread Arnaud . PASQUIERS
It is the Apache Tomcat/4.1.10-LE-jdk14 Miguel Angel Mulero

Réf. : RE: Tomcat 4.1 and indexId

2002-11-21 Thread Arnaud . PASQUIERS
I download the latest version of tomcat (4.1.12) and the indexId attribute of the nested:iterate tag works. Thanks for your idea! Miguel

masks and ActionForm

2002-10-30 Thread Arnaud . PASQUIERS
Hello, Can someone give me an example using masks declared in the form-validation tag ? Thanks Arno -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Réf. : Re: ActionForm and ArrayList

2002-10-21 Thread Arnaud . PASQUIERS
Thanks for your help. But I have the same problem with a String[]... When I retrieve my array, after submitting my form, its size is 0. Do you know where I can find a real example? (My purpose is to update an array of object (not Java objet but custom object) via a html:form and ActionForm)

ActionForm and ArrayList

2002-10-18 Thread Arnaud . PASQUIERS
Hello, I have an ActionForm containing an attribute which type is an ArrayList. In my action EditAction where I prepare data for the form all is ok. I have the right number of elements in my ArrayList when the form is displayed in my JSP page. But in my SaveAction called when the form is