RE: Struts list regeneration problem

2007-08-07 Thread Rajam T .
07 10:02 PM To: user@struts.apache.org Subject: Struts list regeneration problem 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 JS

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