I'm trying to integrate Primefaces and JQueryUI and I'm running into some issues. Is there a proper way to integrate an external JQuery library with Primefaces? Things that happen include dialog windows don't appear.
Asked
Active
Viewed 1,977 times
1 Answers
2
A few days ago there was a similar question asked here. Some experiences and workarounds there.
Quoting my own answer:
My experience:
I had the same problem and never got it working with both jquery libs. (I use jQuery instead of $ but never tried jQuery.noConflict()).
My solution was to use only the lib bundled with primefaces.

Community
- 1
- 1

Matt Handy
- 29,855
- 2
- 89
- 112
-
And if you cannot control the external JQuery importing? For instance, when it is on legacy code and you cannot exclude it? Any suggestions? – Vinícius Fonseca May 24 '14 at 23:53