spring沒能給struts2建立出action,可能出現的緣由

spring沒能給struts2建立出action,可能出現的緣由:web

1.沒有加載struts2-spring-plugin-2.1.8.1.jarspring

2.包衝突,刪除asm.jar(網上說的)app

3.struts或spring 配置文件錯誤(能夠看我寫的「struts2+spring整合框架 」)框架

4.spring配置文件名錯誤,spring配置文件默認是applicationContext.xml,在web.xml中可能會配成spa

<context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>/WEB-INF/applicationContext-*.xml,classpath*:applicationContext-*.xml</param-value>
 </context-param>xml

相關文章
相關標籤/搜索