Hello there! I have a form with a nested object and I'm using struts <nested> tags to display it.
One of the properties of the nested pojo is a checkbox. Now, handling checkboxes with struts is already a pain, and I figured that nested checkboxes are even worse.


Here's the deal. If the user unchecks some of the checkboxes, as the browser doesn't send the value, it keeps the old checked value in the property of the pojo. How could I solve this? any ideas please?


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to