I have a very basic and simple question, but unfortunatelly various google queries have brought me no success…
How to use development jQuery version with PrimeFaces? I’m getting error somewhere in jQuery engine, but because of the minification it’s impossible for me to say what is wrong and post a meaningfull question on any forum…
Just download primefaces-X.X-sources.jar it contains non minified version of jQuery
Grab it from here : Download Primefaces
Than replace the META-INF\resources folder – take the one from the source jar and place it in your original jar ), And when you’ll have that client side js error again , a meaningful jQuery source code will be shown…