Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Struts-nested:multibox

843838Mar 7 2007 — edited Mar 8 2007
Hi,
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!!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2007
Added on Mar 7 2007
2 comments
245 views