Dashboard > WebWork > ... > FAQ > Why isn't my Prepare interceptor being executed
  WebWork Log In View a printable version of the current page.  
  Why isn't my Prepare interceptor being executed
Added by tm_jee, last edited by Philip Luppens on Mar 30, 2006  (view change) show comment
Labels: 
(None)

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>

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators