Re: struts2 spring plugin

2008-01-08 Thread GF
Yes, on Spring 2 it is : scope="prototype" On Jan 7, 2008 8:41 AM, Joachim Ansorg <[EMAIL PROTECTED]> wrote: > Brian, > I guess you are using Spring 2.x. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: struts2 spring plugin

2008-01-06 Thread Joachim Ansorg
Brian, I guess you are using Spring 2.x. I think you have to use scope="prototype" (or scope="session" if you need it) instead of singleton="false". Joachim I have read through the spring plugin wiki page http://struts.apache.org/2.0.11/docs/spring-plugin.html for struts2. I want my actions

Re: struts2 spring plugin

2008-01-04 Thread Dave Newton
--- Brian Relph <[EMAIL PROTECTED]> wrote: > I want my actions to be completely managed by spring, so i am declaring > them in applicationContext.xml. Just FYI, you don't need to do that if you use Spring as the default object factory (is that the default? I don't remember.) > Is this ["singleton