On Fri, Jun 21, 2013 at 9:57 AM, Rakesh A <iamrakes...@rediffmail.com>wrote:
> Hi, > > May be I should've added more details to my question. > Code recently upgraded from v1.4.21 to v6.5.0. Old implementation code we > are using this method to do some initialization whenever a component gets > added/removed. > You can use org.apache.wicket.Page#componentRemoved() and org.apache.wicket.Page#componentAdded() instead. > > As this method is not being called anymore, the initialization code is not > getting executed anymore [with v6.5.0]. > > I am looking for alternatives for this method in new v6.5.0 api. > > 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-tp4659644p4659653.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >