--- 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]

Reply via email to