Though there is a difference between Stripes' wiring and Spring's: if you
have the same dependency in a class and its superclass, Stripes will not
inject the superclass. (I'm talking about field injection here.)

On Mon, Nov 17, 2008 at 5:50 AM, Gregg Bolinger
<[EMAIL PROTECTED]>wrote:

> The only thing Stripes is doing with the Spring support Interceptor is
> getting a bean from spring's application context.  The wiring of the bean is
> still completely up to Spring so I don't see how this can be a Stripes
> issue.
>
> Gregg
>
> On Sun, Nov 16, 2008 at 1:39 PM, Alex Turner <[EMAIL PROTECTED]> wrote:
>
>> Hmmm - whats weird is that my other DAOs that are being injected are fine.
>>
>>
>> On Sun, Nov 16, 2008 at 2:26 PM, Alex Turner <[EMAIL PROTECTED]> wrote:
>>
>>> The spring integration seems to work great for simple cases, but I'm
>>> running into a case where my dependency is not injected.  My main action
>>> bean is CreateTrifoldBrochureActionBean, and this is a subclass of
>>> ProductActionBean.  ProductActionBean has spring inject beans in it, but
>>> they don't appear to be getting injected.  When I check the injected object
>>> to see if it is null, it is :(.
>>>
>>> Is this known behaviour or am I doing something wrong?
>>>
>>> Alex
>>>
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Stripes-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/stripes-users
>>
>>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Stripes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to