天天看点

struts2 action 使用心得 - 1

在s:submit中可以为一个action设置多个method,而在struts.xml中action标签中只能设置一个method

在struts.xml中可以为一个action指定多个actionName(action别名)。