ActionForm.reset() method

2001-08-14 Thread Mike Dewhirst
is automatically called when? When the form is first created by the Controller? =** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that an

Re: ActionForm.reset() method

2001-08-14 Thread Gregor Rayman
"Mike Dewhirst" <[EMAIL PROTECTED]> > is automatically called when? When the form is first created by the > Controller? No, it is called always before the controller populates it from the request. -- gR

RE: ActionForm.reset() method

2001-08-14 Thread Mike Dewhirst
so if I have old data in there, it will be overwritten, plus validate() will be invoked afterwards if I have validate=true in the config? -Original Message- From: Gregor Rayman [mailto:[EMAIL PROTECTED]] Sent: 14 August 2001 17:02 To: [EMAIL PROTECTED] Subject: Re: ActionForm.reset