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> ... Best Regards. Michael. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 12:03 PM To: [EMAIL PROTECTED] Subject: RE: [Q] how to edit tables? ActionForms can store and post arrays of data. If you did it that way, each row would have a subscript in your action for processing. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 1:12 PM To: [EMAIL PROTECTED] Subject: RE: [Q] how to edit tables? Thank you. how to name each input? how to use prefix? then how I'll know in Form and Action classes about which rows some values belong? tnx Best Regards. Michael. -----Original Message----- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 9:37 AM To: [EMAIL PROTECTED] Subject: Re: [Q] how to edit tables? Just make each field a text box so they can update the records' info. At the bottom of the table have a "Save Changes" button that updates all the records. David >From: [EMAIL PROTECTED] >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [Q] how to edit tables? >Date: Tue, 25 Mar 2003 12:40:24 -0500 > >Hello, > >I know how to show a table by using <logic:iterate> >but , 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). > >Thank you for any examples. > >Best Regards. >Michael. > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

