Re: reset method with DyanValidatorForm

2006-11-01 Thread Niall Pemberton
Woops, sorry download link should have been: http://struts.apache.org/downloads.html On 11/1/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 11/1/06, fea jabi <[EMAIL PROTECTED]> wrote: > Thanks. This forum has been great help to me. > > we are using 1.2.7 so, can't use this nice feature yet.

Re: reset method with DyanValidatorForm

2006-11-01 Thread Niall Pemberton
On 11/1/06, fea jabi <[EMAIL PROTECTED]> wrote: Thanks. This forum has been great help to me. we are using 1.2.7 so, can't use this nice feature yet. But where can I get the new features added after 1.2.7 version from? Its in the Struts 1.3.x series - the only "ga" (or production) quality ver

Re: reset method with DyanValidatorForm

2006-11-01 Thread fea jabi
To: "Struts Users Mailing List" Subject: Re: reset method with DyanValidatorForm Date: Wed, 1 Nov 2006 15:35:44 + On 1/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 1/6/06, fea jabi <[EMAIL PROTECTED]> wrote: > So, I might have to reset the checkboxes now. > > Do,

Re: reset method with DyanValidatorForm

2006-11-01 Thread fea jabi
Great. thanks a lot for your help. From: "Wendy Smoak" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: reset method with DyanValidatorForm Date: Wed, 1 Nov 2006 08:21:41 -0700 On 11/1/06, fea jabi <

Re: reset method with DyanValidatorForm

2006-11-01 Thread Niall Pemberton
On 1/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 1/6/06, fea jabi <[EMAIL PROTECTED]> wrote: > So, I might have to reset the checkboxes now. > > Do, I have no other choice but to create a formbean Class with all the > setter's and getter's and then add reset method too for it. > > or is ther

Re: reset method with DyanValidatorForm

2006-11-01 Thread Wendy Smoak
On 11/1/06, fea jabi <[EMAIL PROTECTED]> wrote: may I know the reason why do we have to use Serializable in the below. >package com.example.myapp; >public final class AccountForm extends DynaValidatorActionForm >implements Serializable {...} You don't. DynaValidatorActionForm is already Se

Re: reset method with DyanValidatorForm

2006-01-06 Thread Wendy Smoak
On 1/6/06, fea jabi <[EMAIL PROTECTED]> wrote: > So, I might have to reset the checkboxes now. > > Do, I have no other choice but to create a formbean Class with all the > setter's and getter's and then add reset method too for it. > > or is there an easier way to do this using DynaValidatorForm?

Re: reset method with DyanValidatorForm

2006-01-06 Thread fea jabi
Thanks you all for responding. It's much clear now. I have created a DynaValidatorForm in strutsconfig.xml which has about 20 form properties for my jsp. I can see the components I need in my jsp. This form is session scoped which has radio's and checkboxes. So, I might have to reset the chec