Hi, You can use org.apache.wicket.application.IComponentInitializationListener. See org.apache.wicket.Application#getComponentInitializationListeners().add(..)
On Mon, Jul 1, 2013 at 8:04 AM, Rakesh A <[email protected]> wrote: > Hi, > > In 1.4.x implementation, we were overriding this method [int our base Page > implementation] and were doing bit of initialization for the components of > the page which is [I mean initialization part - UI related] specific to our > implementation. > > This was one central location to do this for any component change on the > page with v1.4.x, as we upgraded Wicket libarary to 6.5.0 recently, we're > looking for alternatives for this method. > > Regards, > Rakesh.A > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Alternatives-for-Page-componentChanged-Component-MarkupContainer-Wicket-6-5-0-tp4659644p4659932.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
