This was initially solved by placing the action that sets up the form as the input to the action that was called next. But, this fails when I move the setupAction to be part of the DispatchAction, which is involved with PageOne and PageTwo of my form, because then the input to the Action is the Action itself. This results in constant calls to the same Action and no page being displayed.
Is there a way to acheive this or do I have to move my setup to a separate action?
Thanks Ryan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

