There is a project download from network, in its structs.xml, there is action configuration:
<action name="elecMenuAction_*" class="elecMenuAction" method="{1}">
<result name="menuHome">/WEB-INF/page/menu/home.jsp</result>
</action>
I don't know the method="{1}" mean, how to understand the mean?
This link can be useful in understanding the above syntax Struts2, best practice for using method={1}