Struts-nested:multibox
843838Mar 7 2007 — edited Mar 8 2007Hi,
i want to know if there is anyway we can determine whether a checkbox (nested?:multibox) is checked or unchecked.
This is the code snippet
<nested:multibox property="isSelected" value="true" styleId="inheritedList" />
The problem here is, if the checkbox is checked & submitted, the value is set to true. But the same checkbox when unchecked and "resubmitted" does not change the value to false. is there anyway to do this.
Thanks a lot in advance!!!