Struts2_默认Action

配置Struts2默认跳转的Action

1 <package name="default" namespace="/" extends="struts-default">
2         <default-action-ref name="index"></default-action-ref>
3         <action name="index">
4             <result>/default.jsp</result>
5         </action>
6 </package>

目前的理解大概就是这样。

链接: http://pan.baidu.com/s/1o88sBP4 密码: wk4g

posted @ 2017-04-06 16:25  流年如水烟雨随风  阅读(85)  评论(0编辑  收藏  举报