RE: Wizard busy indicators

2010-01-26 Thread Jeffrey Schneller
Martin, Thanks. That should do it. I should be able to use Jquery instead using the functions provided. -Original Message- From: Martin Makundi [mailto:martin.maku...@koodaripalvelut.com] Sent: Tuesday, January 26, 2010 12:40 PM To: users@wicket.apache.org Subject: Re: Wizard busy

Re: Wizard busy indicators

2010-01-26 Thread Martin Makundi
Hi! You do not need Wicket to make a busy indicator. It's plain HTML + JavaScript. The only thing about wicket that is relevant is that you want to remove the busy indicator after ajax-request has been processed. Here is an example: http://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-