Re: How checkbox issue is solved in S2

2007-06-19 Thread Dave Newton
--- tom tom <[EMAIL PROTECTED]> wrote: > In S1.x as we got reset method is ActionForm we used > to reset the corresponding property in the > ActionForm, hence it correctly reflects what user did > when submitting. > > In the absense of the Action Forms, What is the best > practice to sort this out

How checkbox issue is solved in S2

2007-06-18 Thread tom tom
Hi, In S1.x as we got reset method is ActionForm we used to reset the corresponding property in the ActionForm, hence it correctly reflects what user did when submitting. In the absense of the Action Forms, What is the best practice to sort this out in S2. Thanks __

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
ciated with the html:form surrounding the html:checkbox, which is >probably what you want. > (*Chris*) > >On 11/8/06, fea jabi <[EMAIL PROTECTED]> wrote: >> >>can someone help me with this please. >> >>Thanks. >> >> >> >From: "fea

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
AIL PROTECTED]> wrote: 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 > >strut

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 sc

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 sc

checkbox issue

2006-11-03 Thread fea jabi
struts-config The below form-bean is session scoped and hence using reset. ... public class CustForm extends DynaValidatorForm { public CustForm() { } public void reset(ActionMapping mapping, javax.servlet.http.HttpServletRequest request) {