11 Replies Latest reply on Mar 4, 2010 2:12 AM by ilya_shaikovsky

    execution order a4j:support and a4j:commandbutton

    ajanz

      i got a modal panel with several textboxes with a4j:support, event is onblur

       

      also i got a4j:commandbutton on that panel

       

      both, a4j:support and a4j:commandbutton, use the same a4j:queue

       

      if i tab through the textboxes and then click the button everything is alright.

       

      but if i change the value of the in textbox and then, without leaving the textbox, directly click on the button, the action of the button is first executed and then the a4j:support which leads to an error.

       

      how can i ensure a4j:support is executed before a4f:commandbutton click?