3 Replies Latest reply on Mar 12, 2010 7:59 AM by nbelaevski

    default time out on a4j:queue?

    ajanz

      i use an a4j:commandbutton which oncomplete displays a modal dialog. the commandbutton uses an a4j:queue

       

       

      <a4j:queue requestDelay="0" sizeExceededBehavior="dropNew"

       

      ignoreDupResponses="true" size="50"

       

      id="eventQueue" name="eventQueue" />

       

       

      but sometimes the dialog doesn't appear.

       

      the action could not be the problem.

       

      is there a default time out on queue?