码迷,mamicode.com
首页 > 其他好文 > 详细

伪静态对struts action的重写

时间:2015-03-05 19:14:57      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:

参见 http://ocaicai.iteye.com/blog/1312189

最重要的而是在web.xml中配置

<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
</filter-mapping>

下面的dispatcher 一定要,很多文档没说清这个.

伪静态对struts action的重写

标签:

原文地址:http://www.cnblogs.com/yanjunwu/p/4316367.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!