2002. november 18. 16:35 d�tummal Gunasekaran. V ezt �rtad:
> I did not code anything in reset(). Since I am using DynaActionForm
> which gets created on the fly I do not have chance to code  in reset().

extend org.apache.struts.action.DynaActionForm, override its reset() (eg. not 
resetting at all or conditinally resetting each property depending on an 
additional attribute you specify for your form-property with the 
<set-property> tag. )

>         <form-bean>
>                 name="Sample3From"
>                 type="org.apache.struts.action.DynaActionForm"
>                 dynamic="true" >

You don't have to specify dynamic="true" if it is or extends DynaActionForm.

Hth,

Tib

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to