Re: How does IAjaxIndicatorAware really works?

2010-04-13 Thread James Carman
man-3 wrote: >>> >>> There's a "veil" component in wicketstuff-minis (I believe it's still >>> there).  I'd look there first. >>> >> >> -- >> View this message in context: >>

Re: How does IAjaxIndicatorAware really works?

2010-04-13 Thread James Carman
ere first. >> > > -- > View this message in context: > http://old.nabble.com/How-does-IAjaxIndicatorAware-really-works--tp28226899p28229279.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > -

Re: How does IAjaxIndicatorAware really works?

2010-04-13 Thread ipoliak
irst. > -- View this message in context: http://old.nabble.com/How-does-IAjaxIndicatorAware-really-works--tp28226899p28229279.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr.

Re: How does IAjaxIndicatorAware really works?

2010-04-13 Thread James Carman
There's a "veil" component in wicketstuff-minis (I believe it's still there). I'd look there first. On Tue, Apr 13, 2010 at 3:47 AM, Ilia Poliakov wrote: > My goal is to show a modal div with loading animation gif during AJAX > requests. The easiest way I found is to use jQuery dialog. But to s

How does IAjaxIndicatorAware really works?

2010-04-13 Thread Ilia Poliakov
My goal is to show a modal div with loading animation gif during AJAX requests. The easiest way I found is to use jQuery dialog. But to show the dialog a javascript event must be triggerred first. When I use IAjaxIndicatorAware this event is obviously "onShow", which unfortunately does not exist