Try downloading my example code from: http://svn.carmanconsulting.com/public/wicket-advanced/trunk/
See if there's anything you're doing differently. On Wed, Jul 23, 2008 at 3:13 PM, David Nedrow <[EMAIL PROTECTED]> wrote: > On Jul 23, 2008, at 12:10 PM, James Carman wrote: > >> Have you tried using @SpringBean? >> >> On Wed, Jul 23, 2008 at 12:04 PM, David Nedrow <[EMAIL PROTECTED]> wrote: >>> >>> I believe (though I'm clearly wrong in that belief) that I have >>> everything >>> properly configured to allow spring injection along the lines of: >>> >>> import com.foo.dao.UserDAO; >>> @Spring >>> private UserDAO userDAO; > > D'oh! Yes, I'm using @SpringBean. > > I wish it was that simple. ;) > > I was typing the examples I included in my original message, rather than > copy and paste and flubbed it. > > Wherever @Spring is in my example, read @SpringBean. > > -David > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
