2 Replies Latest reply on Oct 7, 2008 12:29 PM by wagner.gsantos

    Problem with a4j:support and rich:jquery

    wagner.gsantos

      Hello!
      I'm having a problem. My jquery plugin works correctly before you use any command of ajax richfaces. When that happens my mask simply stops working.

      Code for mask:

      <rich:jQuery query="maskMoney({decimal:',',thousands:'.',showSymbol:false})" selector=".money" timing="onload" />


      Code for reRender:

      <a4j:commandButton action="#{processoController.findByNumero}" id="findByNumero" value=""
      image="/images/find.png" style="vertical-align: middle" reRender="panelPrincipal,panelAdicionais,advogadosModal"/>
      



      How can I fix this? It is something that I am doing wrong?

      Thank you all and sorry my bad English.