出现错误提示 Action class [userAction] not found - action

在做一个 ssh三个框架集成的时候。经常遇到上诉问题。 我也百度上找了点信息; 目前的答案全是:

在struts.xml中还要加入这么一个bean

<bean type="com.opensymphony.xwork2.ObjectFactory" name="spring"
         class="org.apache.struts2.spring.StrutsSpringObjectFactory" />

这个bean要放在package的外面




其实这只是一个决绝方案:

上诉问题说的 在struts.xml 没用找到 sping配置文件里的一个bean啊;

也就是说:struts.xml 这个文件没有和sping配置文件关联起来;

在此 另一种解决方案是 在 lib 目录下加入一个jar包struts2-sping-plugin 2.0.1.jar问题就解决了.

你可能感兴趣的:(bean,xml,struts,百度,ssh)