dev@jsftemplating.java.net

Re: JSFTemplating: Ajax activity indicator using jsft?

From: Karam Singh <Karam.Badesha_at_Sun.COM>
Date: Tue, 12 Feb 2008 17:58:04 -0800

Ken,
It would be helpful if you could show some example and yes I am invoking
fireAjaxTransaction.

-Karam

Ken Paulsen wrote:
>
> 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