Use html:multibox instead of checkbox andd place it in a logi:iterate
Nafise -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 12:25 PM To: [EMAIL PROTECTED] Subject: Checkboxes inside a list Hi, Is it possible to have checkboxes inside a list? I tried this and the table in the JSP was rendered fine and the getters of the list elements were called correctly. However, after pressing submit the setters were not called, and thus the checkbox values were not transmitted into the bean. --markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

