You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Make sure that the Prepare interceptor comes first before validation interceptor in the stack.

  <interceptor-stack name="myInterceptorStack">
        ...
     <interceptor-ref name="prepare" />
        ...
     <interceptor-ref name="validation" />
        ...
  </interceptor-stack>
  • No labels