You might try desigining the JSP using the struts-logic infrastructure, instead of using plain HTML or JSP. This will allow you to add X(variable) number of records from the same page, without having to add additional fields, in the JSP while designing. For this you will not be needing any further modifications in the ActionForm Bean.
Struts will take care of it automatically. ------------------------------------ Zille Hassan [EMAIL PROTECTED] United Matbouli Group 1st Floor, Matbouli Plaza PO Box556 Jeddah 21421 Kingdom of Saudi Arabia tel: +966 2 6512111 Ext:1901 ------------------------------------ -----Original Message----- From: Qasim Khawaja [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 12:21 PM To: Struts Users Mailing List Subject: Posting multi record form I am wanting to post a form which has a varying number of records. Each record is the same. E.g. Field1, Field2, Field3 is a record and the form consists of x number of these records. How should the ActionForm be defined so that all the values are available? Q --------------------------------------------------------------------- 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]