Apache Struts 2 Documentation > Home > FAQs > Can an action tag run another method apart from the default execute method
#editReport()

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" .... />