Hi Brandon, > This will allow you to have stripes managed action beans. > > Stripes-Spring is meant to improve upon the existing support that Stripes > provides for Spring. Stripes-Spring provides constructor injection and the > ability to configure your action beans in a Spring context. This has been > done with care to not violate the spirit of Stripe's simplicity.
> I meant to say: > "This will allow you to have **Spring** managed action beans." Thanks for that. I have used that, however found (as I believe others also have) that the method level annotations are lost when the CGLib proxies are created for Spring managed Stripes action beans. This means my @DefaultHandler annotation doesn't exist so I need to be explicit about that. Whilst I assume this would work perfectly if I wanted to go back to XML Spring config, and to not use any Stripes method level annotations, what I'm really asking is "is there a better way"? It feels like there "should" be - everything else related to Stripes is so easy (I realise this is a Spring issue, not a Stripes issue). Cheers, Dim ------------------------------------------------------------------------------ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
