i ii wrote:
> 
> is documentation available for ajax progess indicator. i cannot find :(
> 

see http://blog.ehour.nl/index.php/archives/18
scroll straight to bottom of the entry and look at the comments from Lock
and other wicket commiters too

----
Jonathan Locke:
Wicket.Ajax.registerPreCallHandler(onStartAjax);
Wicket.Ajax.registerPostCallHandler(onStopAjax);
Wicket.Ajax.registerFailureHandler(onStopAjax);

then just hide and show your indicator in onStartAjax() and onStopAjax() and
every single AJAX request on your site will magically spin that little
wheel.

-- 
View this message in context: 
http://www.nabble.com/ajax-progress-indicator-tp17018664p17020185.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]

Reply via email to