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 Ted Husted on Jul 22, 2006  (view change)

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

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