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 submited, when I try to
retrieve the data from my ActionForm I have no element in my ArrayList.
However in the other attribute (String type) of the form, I have the right
data.
Why??

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>

Reply via email to