I haven't tried anything like that... but if you're invoking the
fireAjaxTransaction method yourself, you could show some animated gif
icon, and then stop showing it once the response has returned. To do
this, you'll have to handle the ajax callback yourself. If you need
more info, I might be able to find something to show how / where to put
your JS. Otherwise, the jsf-extensions email list and/or Ed Burns would
be the right contact.
Ken
Karam Singh wrote:
> Hi,
> Is there a way to show the ajax activity image (spinner image) when
> the ajax is fetching data? Some of these calls could take long time
> and I would like to give some indication to the user that its still
> getting the data. I have heard that protoype library has something
> like that. Has anyone used it? A small example will help.
>
> thanks
> Karam