Struts2 1整合dwr2的問題及解決辦法

2021-06-08 20:02:44 字數 480 閱讀 4848

struts2.1、dwr2整合問題後,訪問

時,出現一下錯誤:struts2 there is no act

ion name dwr,原配置檔案,

web.xml:

struts2 

class

org.apache.struts2.dispatcher.filterdispatcher 

class

struts2 

/* web.xml修改後

struts2 

*.jsp 

struts2

*.act

ion既可以訪問dwr,又可以訪問struts act

ion(包括帶struts2標籤的jsp訪問和act

ion訪問就可以解決了

2011-08-08 14:23:13

Struts 2整合Spring 經典

struts 2整合spring struts 2框架為整合其他技術提供了良好的可擴充套件性,可以通過外掛程式的方式來實現同spring技術的整合。13.2.1 整合步驟 struts 2框架整合spring很簡單,下面是整合的步驟。1 複製檔案。複製struts2 spring plugin x ...

struts2整合spring步驟

1.匯入spring的核心包 spring.jar 二者整合開發所需的包 struts spring plugin 2.0.6.jar 2.修改web.xml配置檔案 配置spring載入上下文時的 org.springframework.web.context.contextloaderliste...

Struts2整合Spring2入門

1.新增spring支援 2.新增struts2的spring外掛程式 struts2 spring plugin 2.0.11.jar 3.在web.xml中新增 啟動spring容器 org.springframework.web.context.contextloaderlistener 4....