On Fri, Jan 30, 2009 at 10: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.
> 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.

that's how things normally work isn't it ?

Button button = new Button("button")
{
        public void onSubmit()
        {
             call  webservice   
             setResponsePage( new ResutPage());
        }
};

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to