2018/10/4 struts2的filter的问题

今天遇到一个问题: 一直显示action页面:the request is not available. 后来发现,是web.xml里面的包的配置问题。应该使用的包是: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter 加入到里。 而我之前用的是preparefilter。 换了包之后,action页面就可以
相关文章
相关标签/搜索