Hi

With m2.1 I could do this, to add my guice injector in wicketapplication:
@Override protected void init() { super.init();
addComponentInstantiationListener(new GuiceComponentInjector(this,
getGuiceInjector())); }

So how should I add the component injector?

regards Nino

Reply via email to