0 Replies Latest reply on Nov 27, 2007 12:02 AM by daedlus

    Question regarding a4j:poll

    daedlus

      Hi

      i have a4j poll that calls some method and refreshes a component.
      also i have a refresh button that does the same thing by calling the same method.

      problem - > If i click refresh then some times the ajax request gets started but never gets completed and keeps processing.

      i have used same eventQueue for both poll and a4 jbutton and also ignoreDupResponses="true" for both.

      i tried adding synchronize to the bean method but didnt solve the problem

      help much appreciated.