I need to set alwaysInvokeValidate to false globally because I don't want write this to all action separatly.
<interceptor-ref name="workflow">
<param name="alwaysInvokeValidate">false</param>
</interceptor-ref>
In other words - I need set up
Struts 2 default configuration to another value.
Thanks.