[Wicket-user] Clueless - AJAX and messaging based updates to client

2007-07-02 Thread Ballist1c
Hey guys, Alright i am moving into new territory and I need some guidance, this may be an ajax specific query but im not sure. What i am trying to do is have a page that users can input comments into, like a guest book. I want to add functionality that has the AJAX display update on ALL users

Re: [Wicket-user] Clueless - AJAX and messaging based updates to client

2007-07-02 Thread Eelco Hillenius
I want to add functionality that has the AJAX display update on ALL users viewing the webpage when any users inputs a new comment without them having to check repeatedly. Two choices. 1) Build in and Ajax timer that polls for changes (AjaxSelfUpdatingTimerBehavior would probably be the easiest