Hi All,
I'm currently using an AbstractAjaxTimerBehavior
witch refresh onTimer the dataview
I want to append some components to my dataview .
drax them on the page
without refreshing all the others components that are allready on the
page.
eg in a realtime chat.
you have only to load the new message in ajax
without loading all the historical messages.
in javascript I 'll do something like "Append Before" or "Append After"
I don't know how to do this with wicket.
also posted on :
http://apache-wicket.1842946.n4.nabble.com/partial-Updating-dataview-with-ajax-td3275925.html
Benoît de Biolley