Re: DynaActionForm and Checkbox

2003-03-09 Thread Jose Gonzalez Gomez
Maybe you have your DynaActionForm bean stored in session? If so, you should subclass DynaActionForm and provide a reset method. Jose Tony Tahbaz wrote: Hello All, I'm having a bit of trouble using a DynaActionForm with an html checkbox. My form-bean looks like: and my jsp tag

DynaActionForm and Checkbox

2003-03-07 Thread Tony Tahbaz
Hello All, I'm having a bit of trouble using a DynaActionForm with an html checkbox. My form-bean looks like: and my jsp tag looks like: When the html form displays in the browser, all is good, the checkbox is checked. However when I submit the form to an Action, the value of chech