摘要: strut2固定是request的请求重定向方式进行跳转 如果界面中用forword来完成跳转:<jsp:forword page="index.action"/> 会报请求错误的异常,所以需要在web.xml中修改strut2的配置 <filter-mapping> <filter-name>st 阅读全文
posted @ 2018-07-13 14:56 夏延 阅读(334) 评论(0) 推荐(0)