Struts2的action中四种不同的type类型(dispatcher,redirect,redirectAction,chain的区别)
dispatcher ---- 转发到某个页面默认就是dispatcher,是直接转发到某一个页面 <action name="hello" class="main.HelloAction"> <!-- 转发到index.jsp页面 --> <result name="success" type="dispatcher">inde