well, when you uncheck a checkbox, there is nothing passed to your form. so
your form doesnt know which checkboxes are there on your page that are
unchecked. it knows only about the boxes you checked. so i guess you have to
reset your form after it has inited?? not very sure

-----Original Message-----
From: Apte, Dhanashree (Noblestar) [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 26, 2005 12:21 AM
To: 'Struts Users Mailing List'
Subject: html:multibox question



I have a page that has a series of check-boxes that a user can
select/deselect at will. When the page loads up, some of the checkboxes are
already checked. The user can then either select new ones or deselect
existing ones. However, when I submit the page, the unselected ones are
still a part of my selectedItems[] array.

How do I make sure that only the selected ones get through?

Thanks a bunch,
<Dhanashree/>



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

Reply via email to