启动 STRUTS-SPRING 集成时出现致命错误* *** 看起来 Spring 侦听器没有为您的 Web 应用程序配置!在 WebApplicationContextUtils 返回一个有效的 ApplicationContext 之前,什么都不会起作用。您可能需要将以下内容添加到 web.xml:
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>