Re: Injecting Spring Services into Struts 2 Actions

2008-05-09 Thread Dave Newton
--- Laurie Harper <[EMAIL PROTECTED]> wrote: > Is what a Spring 2.5 thing? AFAIK, you need to set the action > mapping's 'class' attribute to the Spring bean identifier to get > injection via the spring plugin... Oh; I wonder why I don't have to do that. My understanding was that they only need

Re: Injecting Spring Services into Struts 2 Actions

2008-05-09 Thread Musachy Barroso
If you are refering to the annotations, yes they are an spring 2.5 thing (about time!). musachy On Fri, May 9, 2008 at 3:14 AM, Laurie Harper <[EMAIL PROTECTED]> wrote: > Is what a Spring 2.5 thing? AFAIK, you need to set the action mapping's > 'class' attribute to the Spring bean identifier to g

Re: Injecting Spring Services into Struts 2 Actions

2008-05-09 Thread Laurie Harper
Is what a Spring 2.5 thing? AFAIK, you need to set the action mapping's 'class' attribute to the Spring bean identifier to get injection via the spring plugin... but maybe I'm just tiered and not thinking it through :-/ L. Dave Newton wrote: Is this a Spring 2.5 thing? I'm not using 2.5 yet a

Re: Injecting Spring Services into Struts 2 Actions

2008-05-08 Thread Dave Newton
Is this a Spring 2.5 thing? I'm not using 2.5 yet and haven't had to do anything to get my actions to be injected with Spring beans (at least I don't think so; I remember having to set the object factory to "spring" in earlier days?) Dave --- Laurie Harper <[EMAIL PROTECTED]> wrote: > Asleson, R

Re: Injecting Spring Services into Struts 2 Actions

2008-05-08 Thread Laurie Harper
Asleson, Ryan wrote: Hello, I found this guide to injecting Spring beans into Struts 2 Actions: http://cwiki.apache.org/WW/spring.html According to the red box at the bottom of the document, the Struts 2 Action does not need to be registered with Spring. So far so good. Er, that's not

Re: Injecting Spring Services into Struts 2 Actions

2008-05-08 Thread Alberto A. Flores
ject: Injecting Spring Services into Struts 2 Actions Hello, I found this guide to injecting Spring beans into Struts 2 Actions: http://cwiki.apache.org/WW/spring.html According to the red box at the bottom of the document, the Struts 2 Action does not need to be registered with Spring.

RE: Injecting Spring Services into Struts 2 Actions

2008-05-08 Thread Relph,Brian
Subject: Injecting Spring Services into Struts 2 Actions Hello, I found this guide to injecting Spring beans into Struts 2 Actions: http://cwiki.apache.org/WW/spring.html According to the red box at the bottom of the document, the Struts 2 Action does not need to be registered with Spring

Injecting Spring Services into Struts 2 Actions

2008-05-08 Thread Asleson, Ryan
Hello, I found this guide to injecting Spring beans into Struts 2 Actions: http://cwiki.apache.org/WW/spring.html According to the red box at the bottom of the document, the Struts 2 Action does not need to be registered with Spring. So far so good. However, I'm a little unclear as to ho