Re: checkbox issue

2006-11-08 Thread Wendy Smoak
On 11/3/06, fea jabi <[EMAIL PROTECTED]> wrote: When this jsp is first loaded the checkbox above is unchecked. When user checked the checkbox, and clicked a submit save button, in the save method of dispatch action I was expecting to see the split value as "true". But it was "false" when I debu

Re: checkbox issue

2006-11-08 Thread Chris Pratt
t; wrote: well the class name and the form-bean name are same. I tried removing the name attribute in html:checkbox too but, have same issue. Is there anything else I can try? Thanks. >From: "Chris Pratt" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List"

Re: checkbox issue

2006-11-08 Thread fea jabi
"Struts Users Mailing List" Subject: Re: checkbox issue Date: Wed, 8 Nov 2006 14:06:44 -0800 The name parameter of the html:checkbox is the name of a bean, not the name of a class. If you remove the name attribute, it will default to the form bean associated with the html:form surrounding the h

Re: checkbox issue

2006-11-08 Thread Chris Pratt
The name parameter of the html:checkbox is the name of a bean, not the name of a class. If you remove the name attribute, it will default to the form bean associated with the html:form surrounding the html:checkbox, which is probably what you want. (*Chris*) On 11/8/06, fea jabi <[EMAIL PROTECT

RE: checkbox issue

2006-11-08 Thread fea jabi
can someone help me with this please. Thanks. From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: checkbox issue Date: Fri, 03 Nov 2006 17:30:09 -0500 struts-config The below form-bean is session scoped and hence using reset.

RE: checkbox issue

2006-11-06 Thread fea jabi
con someone help me with this please? thanks. From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: checkbox issue Date: Fri, 03 Nov 2006 17:30:09 -0500 struts-config The below form-bean is session scoped and hence using reset.