I am suggesting that you should have a single action having a method for each of the page. This can be configured by using DispatchAction class and configured in struts-config.xml using the attribute "parameter" for finding which of the method to execute.
I get you. This is what we have currently, the problem is that when the validation ( on say page 5 ) fails the user gets sent back to page one because only one input page parameter is allowed per action definition (in struts-config). It seems to me you still have to define a separate action path for each page you want validated (though it would map to a particular function in your DispatchAction ) .
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]