10 Replies Latest reply on Feb 12, 2008 10:55 AM by fmarwede

    Comeback of Bug RF-1487

      Hi,
      at first: The last snapshot of 3.2.0 is built January 25th. Is it possible to get them everyday again?

      Second: I'm afraid that RF-1487 is alive again - or a variant of it at all.

      Test setting: JSF 1.2, Java 5.0, Tomcat 5.5, Facelets, Win XP.

      Code:

       <body onload="testFunction();">
       <h:form>
       <a4j:commandButton value="onclick" onclick="testFunction();" />
       <a4j:commandButton value="ondblclick" ondblclick="testFunction();" />
       <a4j:commandButton value="oncomplete" oncomplete="testFunction();" />
       <a4j:jsFunction data="#{mainBean.helloWorld}" name="testFunction"
       oncomplete="alert(data)"/>
       </h:form>
       </body>
      


      All four event handlers are working well with snapshot from 20080117 (and - besides - with 3.1.4 GA) and all four are NOT working with snapshot one week later from 20080125.

      I hope that this is easy to reproduce - otherwise I can provide a war file.