thank you for the answer in struts-example.war I can't find any in place (on the same page) row editing!
How to edit content of this table? on the same page, without another page! I know how to do it by adding a link to each row / record that then run another - edit page just for this record. User need to stay on the same page and be able edit any rows (records). would be nice if any one give me an example how to do it. Pls Best Regards. Michael. -----Original Message----- From: Mark Zeltser [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 2:18 PM To: Struts Users Mailing List Subject: Re: [Q] Need example - how to edit tables? Michael, Deploy struts-example.war. The answers are there. Mark. [EMAIL PROTECTED] wrote: > would be nice if any one give me an example how to do it. Pls > > in format like as: > > 1. Action class: > > // set the list > ... > ArrayList theList = getTheList(); // get list of beans > ... > myForm.setTheList(theList); > ... > > // get (read from JSP / Form) the list > ??? > ... > > 2. MyForm class > > ... > private ArrayList theList; > getTheList() ... > setThelist(ArrayList) ... > ... > > 3. JSP > ... > <logic:iterate ??? > ??? > ... > </logic:iterate> > ... > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

