2 Replies Latest reply on Jun 5, 2008 4:52 AM by rozner

    Is it possible to cancel all A4J requests temporarily?

    rozner

      Hi,

      Here's my problem. I have certain a4j:commandLink type actions that may take 1 or 2 seconds to process. During this time the user can click on some other a4j link and in some instances this can screw up the application. I can always correct these "instances" on the server side but it would be much easier to just block all ajax requests while one is already in progress. Is this possible? I was looking at the eventsQueue attribute although I don't think this will help as this will just make sure events execute in the correct order, same problem with delay, which will just delay the execution.

      Thanks