On Sun, 18 Nov 2007, Hugues Pichereau wrote:
> I've successfully implemented Spring injection in *pages*, using annotations
> from the wicket-spring-annot jar.
> 
> But when I try to inject a bean in the *session* class:

Call InjectorHolder.getInjector().inject(this); in your
Session class constructor.

Best wishes,
Timo


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

Reply via email to