Re: ActionForm reset() and redirect.

2005-07-04 Thread Michael Jouravlev
On 7/4/05, Ben <[EMAIL PROTECTED]> wrote: > Hi > > My form has some boolean properties and I set them to false in the > reset method. The Action that handles the form has redirect attribute > as true, i.e if there is an error, it redirects to the same page that > has the form with errors. When it

RE: ActionForm reset() and redirect.

2005-07-04 Thread Nitesh Naveen
nForm reset() and redirect. Hi My form has some boolean properties and I set them to false in the reset method. The Action that handles the form has redirect attribute as true, i.e if there is an error, it redirects to the same page that has the form with errors. When it redirects with errors, the

ActionForm reset() and redirect.

2005-07-04 Thread Ben
Hi My form has some boolean properties and I set them to false in the reset method. The Action that handles the form has redirect attribute as true, i.e if there is an error, it redirects to the same page that has the form with errors. When it redirects with errors, the form retains values for oth