Or if you are using jquery, you can maybe have a look to the ajaxStop and
ajaxStart events.
Manu
Le 3 mars 2014 20:59, "George Christman" a écrit :
> Hello, I'm wondering how you can add an animated load .gif to my app
> letting a user know an ajax request is underway? Example, when you do an
> a
I'm not sure it's exactly what you're after but here's an example of
polling an asynchronous task
http://tapestry-stitch.uklance.cloudbees.net/progresslinkdemo
Hello, I'm wondering how you can add an animated load .gif to my app
letting a user know an ajax request is underway? Example, when you do an
ajax file upload, is thee a way to show the animated gif until the file has
be loaded into the interface? I'm not sure if I can do this with zones nor
do I k