I have requirement to migrate legacy (Struts 1) code to Struts2. If there are multiple methods in same action class, can we configure them in single action tag
The action name is overridden if used in the same package. The action name maps to a specific method or execute.
execute
You can use wildcard mapping to put a method name in the action.