Re: Ajax - Long process indicator ?

2007-09-13 Thread Evan Chooly
We're using matej's modal window to do just that. Works quite well. On 9/13/07, Erik van Oosten [EMAIL PROTECTED] wrote: Besides showing a progress indicator, you could also disable mouse interaction by overlaying a div that has the height and width of the entire page. Add a bit of

Re: Ajax - Long process indicator ?

2007-09-12 Thread Francis De Brabandere
IndicatingAjaxLink might be what you need On 9/12/07, Mael Sicsic [EMAIL PROTECTED] wrote: Hello, I dont find in the available components one that would allow to display a little pop up while a long ajax process is running. In a form with an Ajax button, the browser doesnt display any

Re: Ajax - Long process indicator ?

2007-09-12 Thread Mael Sicsic
the behaviour of the IndicatingLink so that instead of displaying a animated gif when clicked, a modal popup is displayed ? _ From: Francis De Brabandere [mailto:[EMAIL PROTECTED] To: users@wicket.apache.org Sent: Wed, 12 Sep 2007 21:40:16 +0200 Subject: Re: Ajax - Long process indicator

Re: Ajax - Long process indicator ?

2007-09-12 Thread Erik van Oosten
Besides showing a progress indicator, you could also disable mouse interaction by overlaying a div that has the height and width of the entire page. Add a bit of javascript to the button to show/display such a div. Erik. Mael Sicsic wrote: In fact I my problem is the following : a form is