> I'm not sure about your other suggestion: InjectionHolder.inject(this),
> mainly because I somehow need to get hold of the Injector to pass it to the
> InjectionHolder first, and I don't know how (it's not set by Wicket).

InjectorHolder.getInjector().inject(this);

It is set by Wicket if you initialize it properly (by creating
SpringComponentInjector).

Eelco

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

Reply via email to