Re: Struts list regeneration problem

2007-08-07 Thread Antonio Petrelli
Please ask this question to the Struts Users Mailing List: http://struts.apache.org/mail.html Antonio 2007/8/7, Suresh MKVS <[EMAIL PROTECTED]>: > Hi All, > When i am submitting a page which holds a list of objects, this list is not > getting populated in form object. > In form object i am holdin

Struts list regeneration problem

2007-08-07 Thread Suresh MKVS
Hi All, When i am submitting a page which holds a list of objects, this list is not getting populated in form object. In form object i am holding data as an arraylist of objects and I am populating a series of rows in JSP using struts nested:iterate tag over the array list. But when i am submitttin