Hi Natalie.... I also work with html:multibox and  have similar  problem
with you + problem to get the value from html:multibox, how did you
solve it................? 
Thank you, for your answer Natalie.......

-----Original Message-----
From: Natalie D Rassmann [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 22, 2003 9:57 PM
To: Struts Users Mailing List
Subject: Can't uncheck multibox

Can anyone help???  I have the following multibox in a
dyanValidatorForm:

<logic:iterate id="defectsList" name="reviewRecordForm"
property="defectsList" indexId="i">
       <html:multibox property="actionItemIndicator">
               <bean:write name="defectsList" property="defectId"/>
       </html:multibox>
</logic:iterate>

I am having trouble unchecking the checkboxes.  Everytime I uncheck a
checkbox, hit submit, when the screen comes back the checkbox is still
checked.  When I extract, the form data from this property, the form
still indicates that the checkbox is checked even though I unchecked it
in the form....

How do I uncheck a box once it has been unchecked by the user???

Thanks in advance,

Natalie



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

Reply via email to