Re: html:checkbox issue

2006-08-10 Thread Adam Gordon
David- Since I've only one checkbox, I think that's way overkill...regardless, I should take back my prior comment about the documentation for struts: http://struts.apache.org/1.x/struts-taglib/tlddoc/index.html has a WARNING about how to make struts have the ability to detect unchecked chec

Re: html:checkbox issue

2006-08-10 Thread kalpesh modi
You can keep the default value for the checkbox field to be "off" in the form bean. It will be set to "on" only if the checkbox is checked on the JSP. Thanks, -Kalpesh Adam Gordon <[EMAIL PROTECTED]> wrote: I'm sure this is a coding problem (they usually are...) on the server-side: I've got an

Re: html:checkbox issue

2006-08-10 Thread David Durham
Adam Gordon wrote: I've got an html:checkbox in a form and the property is mapped/spelled correctly to the field/method in the bean. The behavior I am seeing is that the bean property (a boolean) is not being set based on the state of the checkbox. I fired up Ethereal and following the TCP s

html:checkbox issue

2006-08-10 Thread Adam Gordon
I'm sure this is a coding problem (they usually are...) on the server-side: I've got an html:checkbox in a form and the property is mapped/spelled correctly to the field/method in the bean. The behavior I am seeing is that the bean property (a boolean) is not being set based on the state of t