4 Replies Latest reply on Nov 20, 2011 1:40 PM by bravocharlie

    a4j:queue - onbeforedomupdate not firing

    bravocharlie

      Hi, I am using RF 4.0.0.Final - please see the following snippet

       

      {code:xml}

              <a4j:queue onbeforedomupdate="alert('a4j:queue onbeforedomupdate');"/>

              <h:form>

                  <h:inputText id="x" value="#{supplierListView.supplierName}">

                      <a4j:ajax event="change" render="x" onbeforedomupdate="alert('a4j:ajax onbeforedomupdate');" />

                  </h:inputText>

              </h:form>

      {code}

       

      The event within a4j:ajax fires, but the event from a4j:queue does not.  I am looking for a way to be notified of any ajax requests without having to wire up each input.

       

      Any ideas?

       

      Thanks