Struts2 Action配置中的各项默认值
1、如果没有为action指定class,默认为ActionSupport.
2、如果没有为action指定Method,默认执行action中的execute方法。
3、如果没有为action指定result的name属性,默认为 success.
发布时间: 2013-01-26 13:47:03 作者: rapoo
Struts2 Action配置中的各项默认值
1、如果没有为action指定class,默认为ActionSupport.
2、如果没有为action指定Method,默认执行action中的execute方法。
3、如果没有为action指定result的name属性,默认为 success.