Re: [Wicket-user] Server push in Wicket

2006-06-16 Thread Eelco Hillenius
You would either use ajax polling, or what they now call 'Comet style', which I haven't been experimenting with. Eelco On 6/14/06, Peter Neubauer <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to let a page react to events from the server, e.g. hardware > events. Is it possible to update/change p

Re: [Wicket-user] Server push in Wicket

2006-06-14 Thread Peter Neubauer
Ok,thanks for the fast reply!/peterOn Jun 14, 2006, at 9:20 PM, Igor Vaynberg wrote:we dont have support for push built yet. a contribution would be welcome. what we do have is an ajax poll through AbstractAjaxTimerBehavior/AjaxSelfUpdatingTimerBehaviorthere are examples of these in wicket-examples

Re: [Wicket-user] Server push in Wicket

2006-06-14 Thread Igor Vaynberg
we dont have support for push built yet. a contribution would be welcome. what we do have is an ajax poll through AbstractAjaxTimerBehavior/AjaxSelfUpdatingTimerBehaviorthere are examples of these in wicket-examples -IgorOn 6/14/06, Peter Neubauer <[EMAIL PROTECTED]> wrote: Hi,I'm trying to let a p

[Wicket-user] Server push in Wicket

2006-06-14 Thread Peter Neubauer
Hi, I'm trying to let a page react to events from the server, e.g. hardware events. Is it possible to update/change pages reacting to server push? Cheers /peter ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.