0 Replies Latest reply on Nov 28, 2007 12:32 PM by sch1

    Catching the Ajax (request) status

    sch1

      Hi everyone,

      I was wondering if it is possible to catch the current status of the ajax request on the page.
      The fact is that I need to know if there are some pending ajax requests (waiting for response) before allowing the user to execute specific functionnalities (but there are some other functionnalities which he can use even if there are some pending request) in order to display a warning message and preventing him to continue.


      I have an a4j:status tag on my page, but i don't see how to retrieve its current status.

      Does someone have an idea (other than disabling the specific functionnalities) ?