Oscar
Mon, 16 Nov 2009 12:35:27 -0800
Then i googled about it and i found something about PrepareInterceptor, so i defined in my interceptor stack after my own interceptor, like this:
<interceptor-stack name="appInteceptors">
<interceptor-ref name="initializeInterceptor" />
<interceptor-ref name="prepare" />
<!--<interceptor-ref name="permissionsInterceptor" />-->
<interceptor-ref name="defaultStack" />
</interceptor-stack>
But it doesn't work, because i tought that with the order change my
interceptor will execute before than action's prepare() method, but don't.
Somebody knows how to execute prepare() after a custom interceptor execution?
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org