I'll expand on this comment (and I believe this is what ravi_eze is suggesting)... I have a similar situation in my application, and I got around it by creating a non-validating stack for the "setup" actions. I basically removed all the interceptors that trigger validation for those actions where I know I am redirecting (or forwarding) from another action with error values.
- Jack On Jan 3, 2008 12:23 AM, ravi_eze <[EMAIL PROTECTED]> wrote: > > i think u can ty this way: > > create a new mapping where there are no validations for action 1. Now on > validation errors of action 2 it would redirect to this action 1; thus > skipping validations of action 1. > > -- "Political will is a renewable resource." -- Al Gore, An Inconvenient Truth