RE: Validation Return Page

2001-10-23 Thread Stephen Owens
Much cleaner! Many thanks. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 4:51 PM To: [EMAIL PROTECTED] Subject: Re: Validation Return Page The input property is a URI -- not necessarily a page. So, in the case of a Wizard workflow, you

Re: Validation Return Page

2001-10-22 Thread Ted Husted
The input property is a URI -- not necessarily a page. So, in the case of a Wizard workflow, you could specify a mapping to an Action (with validate=false) that would in turn dispatch to the appropriate input page, perhaps by keying on the infamous "page" property. -- Ted Husted, Husted dot Com,

Validation Return Page

2001-10-19 Thread Stephen Owens
Struts Folk, In the case of a failure when validating a form bean on a multi-page form it looks to me like the user is always returned to the page defined as the input page in the struts action configuration. That works fine for a single page form but for multi-page forms I want to return to the