Re: ActionForm::reset method

2005-06-08 Thread Rokibul Islam Khan
; > Hubert > > > > > > On 6/8/05, Janek Ziniewicz <[EMAIL PROTECTED]> wrote: > > > My app contains a few forms. Each form has one ActionForm and one > > > Action class associated. Each time page with form is displayed I see > > > that Action

Re: ActionForm::reset method

2005-06-08 Thread Janek Ziniewicz
ented." > > Hubert > > > On 6/8/05, Janek Ziniewicz <[EMAIL PROTECTED]> wrote: > > My app contains a few forms. Each form has one ActionForm and one > > Action class associated. Each time page with form is displayed I see > > that ActionForm::reset

Re: ActionForm::reset method

2005-06-08 Thread Hubert Rabago
ted. Each time page with form is displayed I see > that ActionForm::reset method is displayed. After submitting I can see > that reset method is launched again, and right after that > ActionForm::execute. > > Is it proper behaviour? > > -- > Pozdrawiam, > J

ActionForm::reset method

2005-06-08 Thread Janek Ziniewicz
My app contains a few forms. Each form has one ActionForm and one Action class associated. Each time page with form is displayed I see that ActionForm::reset method is displayed. After submitting I can see that reset method is launched again, and right after that ActionForm::execute. Is it proper