2
I have been working with Primefaces since version 2.1 and am currently creating a project in version 5 using Adminlte (http://almsaeedstudio.com/AdminLTE/) which is an administrative panel using the bootstrap base.
My problem is this: I created the template with ui:Color and started creating my pages. The problem is that pages containing Primefaces components, the Adminlte components, specifically jQuery, are not working. Side menu does not hide and no longer expands items.
I tried in various ways to resolve this conflict, but what I realized was that only the jQuery of the Adminlte stops working, the components of the first faces work smoothly. If anyone has any idea how to fix it I’m grateful.
Actually what I’m looking for now is a way to make Primefaces import jQuery to all pages. In my case the index page does not have components that depend on jQuery native to Primefaces and in these cases it does not matter. When I import jQuery it simply stops working for Bootstrap or Primefaces. As soon as I find the solution set for all.
– Danilo Souza