【struts2】struts2的全局结果处理和依赖注入案例web.xmlresult namesuccess typedispatcher/index.
【struts2】struts2的全局结果处理和依赖注入案例
web.xml
<result name="success" type="dispatcher">/index.jsp</result>则跳转到index页面
【struts2】struts2的全局结果处理和依赖注入案例
web.xml
<result name="success" type="dispatcher">/index.jsp</result>则跳转到index页面