You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Faisal Shoukat <FS...@retailexp.com> on 2003/07/29 16:08:39 UTC

problem submitting mulitple row fields in one action form


Hello,

Does anyone know how to submit multiple fields in one form.  Let me
explain.  I have a search jsp which returns for example 3 rows.  In each
of the rows there are 3 amendable columns x, y and z. which are stored
as <html:text> The user has the option of amending all the fields thus
if 3 rows were returned they could amend 9 fields.  

I have the table which holds the results enclosed within a form.
However when a user enters data into all the fields only the data
entered in the first row is passed into the form.

Does anyone know how to get all of the data entered in the fields passed
to the action class.  The number of rows returned depends upon what is
in the database so is not pre defined.

Thanks in advance
faisal


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org