struts2和spring整合问题

2024-12-23 05:45:54
推荐回答(4个)
回答1:

xxx.action要用struts.xml中的name,action的class要等于applicationContext.xml中的bean的id,如果你在struts.xml中限定了nameSpace,要在对应nameSpace使用该action,比如你限定login.action的nameSpace是在/user下的,name你在/other/login.action是找不到这个action的

回答2:

将Struts 交给Spring 托管

回答3:

要利用spring的依赖注入和控制反转

回答4:

肯定是你的struts.xml里的配置文件除了问题。还有web.xml里strtus2的FilterDispatcher拦截器配置好没有。