Was that for all the checkboxes - or just the ones that were not ticked? Can you show us a snippet of the actionform and the generated html?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, 9 February 2004 16:55 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]

