web.xml报错Cannot resolve class 'StrutsPrepareAndExecuteFilter' (idea创建SSH项目)

Posted LCS

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了web.xml报错Cannot resolve class 'StrutsPrepareAndExecuteFilter' (idea创建SSH项目)相关的知识,希望对你有一定的参考价值。

原因:

xwork-core.jar包已经合并到struts2-core.jar下,并且点开jar包,发现没有

org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
查阅相关资料后得知:struts2 2.5之后,这个filter移动到了org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter

这就是典型的过度依赖工具!写下此文告诫自己,工具自动生成的东西也不一定准确

 

参考资料:创建ssh项目 https://blog.csdn.net/byy8023/article/details/78425485

 

以上是关于web.xml报错Cannot resolve class 'StrutsPrepareAndExecuteFilter' (idea创建SSH项目)的主要内容,如果未能解决你的问题,请参考以下文章

解决报错:The import javax.servlet.annotation cannot be resolved

针对idea引用文件 报错 cannot resolve directory 或者 cannot resolve file

使用jstl报http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar错误

The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar

The absolute uri: [http://java.sun.com/jsp/jstl/core] cannot be resolved in either web.xml or the ja

eclipse 报错Syatem cannot be resolved