Struts2 Action配置中的各项默认值
1、如果没有为action指定class,默认为ActionSupport.
2、如果没有为action指定Method,默认执行action中的execute方法。
3、如果没有为action指定result的name属性,默认为 success.