-4

When I include PrimeFaces into my web-application, some other components just refuse to render on the client's browser. I don't find the reason for this behaviour.

  • 1
    Any errors in your JavaScript console? Do you have conflicting jQuery versions? (PF loads its own jQuery) – Jasper de Vries Oct 13 '16 at 13:35
  • 1
    See http://www.catb.org/esr/faqs/smart-questions.html and [ask] and [mcve] and http://www.stackoverflow.com/tags/jsf/info – Kukeltje Oct 13 '16 at 13:38
  • Possible duplicate of [Adding jQuery to PrimeFaces results in Uncaught TypeError over all place](http://stackoverflow.com/questions/16166039/adding-jquery-to-primefaces-results-in-uncaught-typeerror-over-all-place) – Jasper de Vries Oct 13 '16 at 14:47
  • So there were errors. Thank you for taking the time to respond to questions in comments. – Jasper de Vries Oct 13 '16 at 14:50

1 Answers1

0

This is due to the PrimeFaces' dependencies that are manifold. Most likely it is due to the fact that your components rely on jQuery and PrimeFaces brings its own jQuery, which causes a clash of the versions.