hello all, i was wondering if it is possible at all to get checkboxes into a select in struts... any help would be appreciated.
here is a sample code that i used although it did not work the way i wanted it to. the checkboxes are being placed outside of the select component. <html:select multiple="true" property="compatibles" size="5" style="width: 280px"> <html:option value="009"> <html:checkbox property="xxx">dada</html:checkbox> </html:option> <html:option value="007"> <html:checkbox property="xxx">dada</html:checkbox> </html:option> <html:option value="005"> <html:checkbox property="xxx">dada</html:checkbox> </html:option> </html:select> best regards ravi