If someone explain how to do this with a multiple select and with checkboxs better for me :-)
2006/11/9, Daniel Chacón Sánchez <[EMAIL PROTECTED]>:
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