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 consider the user has used > a bookmark), I'd like struts to go back to page 1. How to configure my > action-mapping for this as I only have one "input" attribute, without > paging support ?
Have you tried this: http://struts.sourceforge.net/strutsdialogs/wizardaction.html Even if you will not use WizardAction, here is the tip: display all wizard pages from a single action. This way a user won't be able to navigate to arbitrary page. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]