hi, i have a form which has multiple checkbox lists in it. by default in each of the checkboxes few of them are selected. The problem is: when user unchecks all the boxes and submits the form is getting submitted with the default values.
When i am using checkbox interceptor, and view source of the page i see the __checkbox_ is appearing to first of the list and not to all of the checkbox -lists! and even this gets submitted as a list with values [false] instead of [] list. Added, this is not happening to all check boxes list. it seems like the checkbox interceptor is happening for the 1st checkbox list and not to all. more over i need an empty list to be submitted instead of a list with [false] in it. is this not possible? -- View this message in context: http://www.nabble.com/checkbox-interceptor-tp14469895p14469895.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]