Re: html:checkbox not storing property

2006-06-15 Thread Sebastian Stein
Samere, Adam J <[EMAIL PROTECTED]> [060615 15:20]: > Browsers do not send a request parameter for check boxes that are not > checked. Input of type text is always sent. I'm guessing what you see is > the box not being "unchecked"... You need to set it in the reset method. Great, this was already t

RE: html:checkbox not storing property

2006-06-15 Thread Samere, Adam J
ROTECTED] Sent: Thursday, June 15, 2006 9:08 AM To: Struts Users Mailing List Subject: html:checkbox not storing property Hi folks, I have a jsp page with a struts html:checkbox looking as follows: The backupform is defined in struts-config.xml as: If I enter the page, the state of

html:checkbox not storing property

2006-06-15 Thread Sebastian Stein
Hi folks, I have a jsp page with a struts html:checkbox looking as follows: The backupform is defined in struts-config.xml as: If I enter the page, the state of the checkbox is correctly set. However, when I leave the page, the value of the checkbox is not preserved. I debugged this a littl