Hi, On May 2, 2015 10:22 PM, "Sandor Feher" <[email protected]> wrote: > > Hi, > > A have a WebMarkupContainer and a DataTable inside in it. > I would like to refresh the datatable based on my spring bean's event. To > achieve this I added an AjaxSelfUpdatingBehaviour to container. My problem > is that I'm not able to control the refresh because > at onPostProcessTarget the refresh already taken. > So I'm looking for the proper way to do that.
Use AbstractAjaxTimerBehavior (the parent class of AjaxSelfUpdatingBehavior) > > TIA, Sandor > > -- > View this message in context: http://apache-wicket.1842946.n4.nabble.com/Event-driven-DataTable-refresh-tp4670574.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] >
