Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<interceptor-stack name="myInterceptorStack">
        ...
     <interceptor-ref name="prepare" />
        ...
     <interceptor-ref name="validation" />
        ...
  </interceptor-stack>
Info

The default stack does place the prepare Interceptor before the validation Inteceptor.