RE: Problem with "unchecking" check boxes

2001-03-27 Thread rhayden
} The attached model illustrates why I have to do this (in case anyone is working on a similar design and is interested). -Bob -Original Message- From: Ludwig, Pat [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 5:59 PM To: [EMAIL PROTECTED] Subject: RE: Problem with "unc

RE: Problem with "unchecking" check boxes

2001-03-26 Thread Ludwig, Pat
Bob, if you are using the 1.0 version of Struts, the reset() method which is called before ActionForm fields are populated could be a solution for you. since no values are sent when a checkbox is unchecked, you can set a boolean value which is associated with the checkbox to false in the reset() m