spring2.5中没有org.springframework.web.struts.DelegatingActionProxy

问题描述:

spring2.5 没有spring2.0中的org.springframework.web.struts.DelegatingActionProxy 类,从而造成不能在spring中注入Action

 

问题解决:

找到spring-framework-2.5.6/dist/modules/spring-webmvc-struts.jar,添加进项目

 

你可能感兴趣的:(spring2.5中没有org.springframework.web.struts.DelegatingActionProxy)