hi all!
 
I have a question, I'm using struts.
 
                 <html:select  ...
                 <html:option  ....
 
I have an object of pacients, I show them on a JSP, then I need to select some of them (by checkbox) and then submit the form. In the action i need to know which patients where selected. The object of patients is an arrayList of patients which contains the id, name, etc.
 
In resume in the action I need to know which are the IDs selected from the <html:select.
 
P.D: something like the image
 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to