Set the checkbox values to true in the Action that displays your form not in the reset method of your ActionForm.
You'll find more detail on this if you search the list archives. Steve -----Original Message----- From: Kristine Weissbarth [mailto:[EMAIL PROTECTED] Sent: June 12, 2003 1:30 AM To: Struts Users Mailing List Subject: checkboxproblem hi, In my web application I'm using one form where several checkboxes with different names and other textfields are listed. The checkboxes value is set to true. My problem is that per default the checkbox should be checked but the user has the possibility to uncheck it. In the last case the checkbox should be set to false/null but it isn't. It is still true. Why? And what can I do to solve this problem? Thanks for every hint. Kristine. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

