在把struct的action注入spring中,使用了
<controller>
  <set-property property="processorClass" value="org.springframework.web.struts.DelegatingRequestProcessor"/>
</controller>但是出现:
严重: Servlet.service() for servlet struts threw exception
javax.servlet.UnavailableException: Cannot initialize RequestProcessor of class org.springframework.web.struts.DelegatingRequestProcessor: java.lang.ClassNotFoundException: org.springframework.web.struts.DelegatingRequestProcessor
这个问题在网上看了把应该用的jar包都放进去了,但是还是不行在网上有个是因为用tomcat6.0出问题了,我也是用6.0,他说换5.5就没事了,不知道是不是这个问题