--- 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
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
__
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
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
"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
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
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
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
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) {
9 matches
Mail list logo