On 4/24/07, Matt Welch <[EMAIL PROTECTED]> wrote:

I'm sure I must be doing something wrong, but for lthe life of me, I can't
figure out what it is.

I'm not trying anything complicated. I've confirmed that my Spring beans are
accessible in my webapp so I know the Spring part of my configuration is
correct. Here's how I'm trying to inject the Spring bean (per the
tapestry-spring documentation):

    @Inject
    @SpringBean("groupRepository")
    private GroupRepository groupRepository;

This is from 5.0.4-SNAPSHOT and on, for early version use the one
other has suggested.


--
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to