Re: wizard-style form and validator

2005-11-03 Thread Nicolas De Loof
I'll have a look, thansk for the link. Thanks also to bsimonin for code suggestion. Michael Jouravlev a écrit : On 11/3/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hello, I'm building a wizard style webapp with 3 pages. I'm using the page attribute to make validator check inputs. I've

Re: wizard-style form and validator

2005-11-03 Thread Michael Jouravlev
On 11/3/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm building a wizard style webapp with 3 pages. I'm using the page > attribute to make validator check inputs. > I've got this problem : > first page validate an userId selection (required) > When this rules failes on page 2 or

RE: wizard-style form and validator

2005-11-03 Thread bsimonin
Here is one way I did it using LookDispatchAction I am sure there are other ways to do this also: in my "next" section of the LookupDispatchAction I put: public class AddPSLUserWizardAction extends LookupDispatchAction { public ActionForward next(ActionMapping mapping, ActionForm form,