My thought too :) 2010/10/28 Martin Grigorov <[email protected]>
> Why not. > Only check that the listener has good impl of #equals() > > On Thu, Oct 28, 2010 at 3:06 PM, nino martinez wael < > [email protected]> wrote: > > > interesting, can I then also use the > > > > > org.apache.wicket.Application.getComponentInstantiationListeners().remove(...) > > runtime to replace / refresh my guice injector? > > > > regards Nino > > > > 2010/10/28 Martin Grigorov <[email protected]> > > > > > > > > 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 > > > > > > > > > >
