下記jarを使用する。 struts2-spring-plugin-2.0.11.1.jar(struts2に付属)
struts.propertiesに下記を記述する。 struts.objectFactory=org.apache.struts2.spring.StrutsSpringObjectFactory struts.objectFactory.spring.autoWire=type
struts.xmlに下記を<struts>タグ内に記述する。 <constant name="struts.objectFactory" value="org.apache.struts2.spring.StrutsSpringObjectFactory" />