0

I have problem with remoteCommand. This component never invoke oncomplete and working only one time. Where I made mistake?

<p:remoteCommand name="showClientEditPopup" action="#{clientController.setCurrentClient}" oncomplete="alert('OnComplete');">
    </p:remoteCommand>
RSom
  • 1
  • 2
  • Please check https://stackoverflow.com/questions/2118656/commandbutton-commandlink-ajax-action-listener-method-not-invoked-or-input-value – Jasper de Vries Aug 02 '22 at 15:12

1 Answers1

0

In my case it was problem with library noty.js (I'm migrating app from RichFaces to PrimeFaces). Solution was simple - migrate noty.js to newer version.

Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
RSom
  • 1
  • 2