Joe Yuen wrote:
 I am running into a situation where once a user has checked a box and has 
submitted the form, there is now no way to uncheck the box. What is the proper 
way to handle this situation?


I assume you are using Struts 1 and the html:checkbox tag? In that case, the solution is as described in the html:checkbox documentation:

http://struts.apache.org/1.x/struts-taglib/tlddoc/html/checkbox.html

Make sure your FormBean implementation has a reset() method which takes care of unchecking the check boxes.

L.


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

Reply via email to