On Wed, 19 Jan 2005 10:38:10 +0800, Yen <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I wonder how struts handle the Multiple select/update from the Listing page.
> Let say, there is a listing of 10 records and the page need to allow the
> user to update the status for the records. Upon submitting the button, it
> will update all the status in the listing page.
> 
> How does the form get the options?

If I understand you correctly, the answer is easy.  Use an array to
hold the options for the rows in your ActionForm.

> 
> rgds,
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to