6 Replies Latest reply on Sep 12, 2014 8:50 AM by bluez974

    a4j:jsFunction - oncomplete executing twice after migating RF 4.3.7 > RF 4.5 Beta1

    bluez974

      Hello,

      I'm currently testing RF 4.5 Beta 1. I have noticed that oncomplete in a4j:jsFunction executes twice.

      Here is a simple example to reproduce the issue.

       

      <a4j:jsFunction id="js1" name="test"
        execute="@this"
        oncomplete="alert(++count)"  />
      
      
      <h:outputScript>
        var count = 0;
      </h:outputScript>