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的
将Struts 交给Spring 托管
要利用spring的依赖注入和控制反转
肯定是你的struts.xml里的配置文件除了问题。还有web.xml里strtus2的FilterDispatcher拦截器配置好没有。