Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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.

Code Block
xml
xml
<s:action name="myActionAlias!input" executeResult="false" />