struts.xml
action配置在配置中的各项设置
<action name="addUI">
1>没有为action指定class属性的值,默认是ActionSupport。
2>如果没有为action指定method,默认执行action中的execute()方法。
3>如果没有指定result标签的name属性,默认是success。
struts.xml
action配置在配置中的各项设置
<action name="addUI">
1>没有为action指定class属性的值,默认是ActionSupport。
2>如果没有为action指定method,默认执行action中的execute()方法。
3>如果没有指定result标签的name属性,默认是success。