hello,
i just checked in (into svn) a debug-console for our native ajax support. it doesnt do much except display activity of the ajax requests. some people wanted it to make debugging ajax components easier, and so here it is.

to enable it call getAjaxSettings().setAjaxDebugModeEnabled(true) from your Application.init() method. when you access a page that has an ajax component on it, in the bottom left corner you will see a WICKET AJAX DEBUG link, click that and the console should popup.

i would appreciate any feedback/ideas you guys have

-Igor

Reply via email to