Apache Struts 2 Documentation > Home > FAQs > Can an action tag run another method apart from the default execute method
Added by tm_jee, last edited by Dave Newton on Sep 02, 2008  (view change) show comment

Using the "bang" syntax, any alias method on an Action can be called form the action, submit, or button tags.

<s:action name="action!alias" .... />