I am wanting to use AJAX for my Wicket application but I could not
find any reference documentation on how to configure it. I looked at
the examples and it appears that you need to add the following to the
application's init() method:

getRequestCycleSettings().addResponseFilter(new
AjaxServerAndClientTimeFilter());

Is this correct?

Cheers,
James.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to