Hi, On Fri, Jan 30, 2009 at 11:04 AM, PSkarthic <[email protected]>wrote:
> > Thank you for your reply. > Ok i will try AbstractAjaxTimerBehavior but tell me can server notify the > client on particular situation. With AJAX timer behavior is the client that periodically makes a round trip to the server to ask for "something". What you want is a (comet/reverse AJAX) like thing. I have been using DWR (see 1 bellow) for such things but I think there is also support for dojo cometd (see 2) on dojo wicket stuff project. References 1-http://directwebremoting.org/ 2-http://cometdproject.dojotoolkit.org/ Best, Ernesto > That is many browser(many client logged in) may opened and accessing the > wicket application, at some when event occurs for particular client time > the > server has send the details to particular client browser can this be done. > > > Thanks in advance > Karthic > -- > View this message in context: > http://www.nabble.com/Ajaxified-Notification-tp21742197p21744321.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
