Re: struts2 action and spring bean

2006-11-02 Thread boa
Thank you! it works! I knew I missed some link between struts2 and spring. Don Brown wrote: > > Have you modified your struts.properties to point Struts to the spring > ObjectFactory? See http://cwiki.apache.org/WW/spring.html for more > information. > > Don > >

struts2 action and spring bean

2006-11-01 Thread boa
Hi there, I am using struts2.0.1 and spring1.2.8. I follow the showcase example in struts2 config file to use bean name instead of fully qualified classname for action, then I get Action class [XXXAction] not found. My spring config file is like this: struts conf