Action配置中的各项默认值——struts2_002
?1>如果没有为action指定class,默认是ActionSupport。
2>如果没有为action指定method,默认执行action中的execute() 方法。
3>如果没有指定result的name属性,默认值为success。
发布时间: 2012-07-05 07:59:18 作者: rapoo
Action配置中的各项默认值——struts2_002
?1>如果没有为action指定class,默认是ActionSupport。
2>如果没有为action指定method,默认执行action中的execute() 方法。
3>如果没有指定result的name属性,默认值为success。