You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

The class related to an action tag will not execute when a validation error is exposed and the (default) ValidationInterceptor and DefaultWorkflowInterceptor are in place.

The default configuration excludes several methods from valiation, including input. If the input method is specified by the action tag, then valiation will not fire.

<s:action name="myActionAlias!input" executeResult="false" />
  • No labels