Result_type常见问题:
dispatcher(默认)
redirect
chain
redirectAction
全局结果集:
<global-results>
<result
name="mainpage">/main.jsp</result>
</global-results>
extends
dynamic_result
用${r}表示
总结:
1.常用四种类型:
2.全局结果集
global-results|extends
3.动态结果集
在action 中保存一个属性,存储具体的结果
location
4.传递参数
a)客户端跳转才需要传递
b)${}表达式(不是EL)