struts2整合spring,ext出现的一个问题

整合spring,struts,ext的时候,框架搭建完毕启动tomcat,出现

Cannot locate the chosen ObjectFactory implementation: spring Cannot locate the chosen ObjectFactory implementation: spring

的错误,分析了下以前的项目,发现原来缺少了包,struts2-spring-plugin-2.0.11.jar。

加入该包,ok!

 

 

你可能感兴趣的:(struts2)