2016-03-06 11:50 GMT+01:00 Greg Huber <[email protected]>:
> Here is MyStack:
>
> <interceptor-stack name="MyStack">
>                 <interceptor-ref name="exception" />
>                 <interceptor-ref name="servletConfig" />
>                 <interceptor-ref name="chain" />
>                 <interceptor-ref name="fileUpload" />
>                 <interceptor-ref name="checkbox" />
>                 <interceptor-ref name="multiselect" />
>                 <interceptor-ref name="actionMappingParams" />
>                 <interceptor-ref name="params" />
>                 <interceptor-ref name="conversionError" />
>
>                 <!-- Custom Interceptors -->
>                 <interceptor-ref name="ActionPrepareInterceptor">
>                     <param name="excludeMethods">cancel*</param>
>                 </interceptor-ref>
>                 <interceptor-ref name="DMIAwareValidationInterceptor">
>                     <param name="excludeMethods">execute,cancel*</param>
>                 </interceptor-ref>
>
>                 <interceptor-ref name="workflow">
>                     <param name="excludeMethods">execute,cancel*</param>
>                 </interceptor-ref>
>
>             </interceptor-stack>
>
> It is the ActionPrepareInterceptor & DMIAwareValidationInterceptor that
> does not get called.

Can you share their code? You can send it directly to me if you want.
Or how to reproduce their behaviour?


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to