Bingo!!!! Now I must write 100 lines of "Action specific interceptor declarations overrides the default interceptor stack and does not add to it".
Thanks Dave :) -----Original Message----- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 05 September 2007 13:29 To: Struts Users Mailing List Subject: Re: Am I doing something dumb, or should this not work? --- Al Sutton <[EMAIL PROTECTED]> wrote: > <action name="ProcessStepAdd" ...> > <interceptor-ref name="store"> > <param name="operationMode">STORE</param> > </interceptor-ref> > [...] Doesn't that mean that you're only using the "store" interceptor now? I thought you had to do it like: <action name="myAction" class="myActionClass"> <interceptor-ref name="defaultStack"> <param name="validation.excludeMethods"> myValidationExcludeMethod </param> <param name="workflow.excludeMethods"> myWorkflowExcludeMethod </param> </interceptor-ref> </action> (Copied from http://struts.apache.org/2.x/docs/interceptors.html) d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]