I solved my own problem minutes after sending the mail. Apparently I didn't understand the reset() method very well. Manually looping through the arraylist and setting the boolean values to false in the reset() method solved my problem and didn't mess up the form on the web page (i.e. they were still checked on the web page due to manually populating the form).
Jeremy --- Jeremy Haile <[EMAIL PROTECTED]> wrote: > I have an arraylist of beans which I iterate > through. > Each bean contains 3 boolean values (i.e. checkboxes > on my form). The form is initially populated > through > a database. > > What I would like to do is to update the database > using the form, but when a checkbox is unchecked on > my > html form, it is not changed in the ActionForm. I > have searched the mailing archives, but cannot seem > to > find an answer. How do I know when a user unchecks > a > box that is initially checked? > > I cannot initially set the checkboxes to false, > because many of them are initially set to true by > way > of the database! > > Please help me!! > > Jeremy > > __________________________________________________ > Do You Yahoo!? > Buy the perfect holiday gifts at Yahoo! Shopping. > http://shopping.yahoo.com > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

