Problem with iterate tag

2007-08-07 Thread Suresh MKVS
Hi All, I am facing some problem with iterate tag. I am able to display data using iterate tag, but the i am not able to regenerate the list that is used in iterate tag. I am using the following code: JSP Code: Java Code : In Form: *private* ArrayList data = *new* A

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