wizard-style form and validator

2005-11-03 Thread Nicolas De Loof
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 3 (let's consider the user has used a bookmark), I'd like struts

RE: wizard-style form and validator

2005-11-03 Thread bsimonin
hope this helps. -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Thu 11/3/2005 3:07 AM To: Struts Users Mailing List Subject: wizard-style form and validator Hello, I'm building a wizard style webapp with 3 pages. I'm using the page attribute to make validator

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 3 (let's

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