5 Replies Latest reply on Sep 13, 2007 4:40 PM by bruno.arruda

    Standard JSF Comp + a4j:support + firefox = major bug?

      Hello ppl,

      I´m using firefox 2.0.

      When i use those 3 thing i get a blank page rendered, for example, if i use this tag:

       <h:commandButton value="Test"
       action="#{mainCustomer.processForward}" id="mainCustomerCommandButton4">
       <a4j:support event="onclick" reRender="mainPanel2"></a4j:support>
       </h:commandButton>
      


      but if i use the following code, it works fine.

      
      
       <a4j:commandButton value="Test"
       action="#{mainCustomer.processForward}" id="mainCustomerCommandButton4">
       </a4j:commandButton>
      
      
      
      
      Plz let me know if this problem is only happening to me.
      
      Tkz