RE: multiple records in one form

2004-02-22 Thread Andrew Hill
Nested beans are your friend. Follow the monkey http://www.keyboardmonkey.com/next/index.jsp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, 21 February 2004 22:16 To: [EMAIL PROTECTED] Subject: multiple records in one form Hi List, I would like

Re: multiple records in one form

2004-02-21 Thread Hubert Rabago
http://marc.theaimsgroup.com/?l=struts-user&m=107600405406119&w=2 --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi List, > > I would like to create a form, with which the user fills in a number of > say 10 records, in one and the same form. When clicking submit, > all of the 10 records

multiple records in one form

2004-02-21 Thread [EMAIL PROTECTED]
Hi List, I would like to create a form, with which the user fills in a number of say 10 records, in one and the same form. When clicking submit, all of the 10 records (with each 4 fields) should be updated to the database simulataneously. I found an item in the archives about this, but the a