Re: Spring Scope Default

2009-01-26 Thread dusty
-mail and any attachments relates to the official >> business of Sender. This transmission is of a confidential nature and >> Sender does not endorse distribution to any party other than intended >> recipient. Sender does not necessarily endorse content contained within >> this

Re: Spring Scope Default

2009-01-26 Thread Dave Newton
der. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Mon, 26 Jan 2009 21:41:21 +0100 Subject: Re: Spring Scope Default

RE: Spring Scope Default

2009-01-26 Thread Martin Gainty
not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Mon, 26 Jan 2009 21:41:21 +0100 > Subject: Re: Spring Scope Default > From: lukasz.len...@googlemail.com > To: user@struts

Re: Spring Scope Default

2009-01-26 Thread Lukasz Lenart
2009/1/26 dusty : > Interesting. So I am being lazy by not looking at the code first; How does > it register the new action object with Spring so its services can be > autowired in? I don't know exactly but it works ;-) Regards -- Lukasz http://www.lenart.org.pl/ -

Re: Spring Scope Default

2009-01-26 Thread dusty
way, when Spring is not able to create an action (no bean > defintion), standard Struts2 ObjectFactory is used instead, which will > create action for each request. > Interesting. So I am being lazy by not looking at the code first; How does it register the new action object with Spring so i

Re: Spring Scope Default

2009-01-25 Thread Lukasz Lenart
2009/1/26 dusty : > When using the struts2-spring-plugin, without bean declaration for your > actions, what is the default scope for the created Action beans? Prototype, > I hope, but I can't really find where that is set or happens. I know the > default for Spring beans when not otherwise specif

Spring Scope Default

2009-01-25 Thread dusty
View this message in context: http://www.nabble.com/Spring-Scope-Default-tp21660528p21660528.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For