org.apache.wicket.Application.getComponentInstantiationListeners().add(...)
Will update the migration page soon. On Thu, Oct 28, 2010 at 2:54 PM, nino martinez wael < [email protected]> wrote: > 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 >
