THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Sometimes the order of the Interceptors makes a difference. In the case of the prepare
Interceptor, ensure that it comes before validation
on the interceptor-stack
.
Code Block | ||||
---|---|---|---|---|
| ||||
<interceptor-stack name="myInterceptorStack"> ... <interceptor-ref name="prepare" /> ... <interceptor-ref name="validation" /> ... </interceptor-stack> |
Info |
---|
The default stack does place the |