Re: Different results with spring

2010-01-30 Thread Miguel
On Fri, Jan 29, 2010 at 19:09, Miguel wrote: > Hi, > Thanks for answering!! > I'll post my relevant configurations. I'm using spring 2.5.6 and struts > 2.1.8.1. > I have the spring plugin in the struts.conf, and my actions are > correctly autowired by name. > I also have an include in struts.conf

Re: Different results with spring

2010-01-29 Thread Miguel
Hi, Thanks for answering!! I'll post my relevant configurations. I'm using spring 2.5.6 and struts 2.1.8.1. I have the spring plugin in the struts.conf, and my actions are correctly autowired by name. I also have an include in struts.conf where the relevant action is called. The thing here is I hav

Re: Different results with spring

2010-01-29 Thread Wes Wannemacher
What you are doing should work the way you expect... I use the Spring integration all the time :) A few simple questions, do you have the spring-plugin installed? Do you have the Spring ContextLoaderListener setup in the web.xml? Do you have any non-default configuration settings in any of web.xml

Different results with spring

2010-01-28 Thread Miguel
Hello all, I have a problem when using spring and the spring aplication context. If I configure the action class directly from struts.conf, my action does just the correct behavior. (1) But if I configure the action in a spring file and in struts.conf put only the spring bean name everything gets p