I\'m trying to use Primefaces 3.2 (perhaps it\'s related to JSF in general) with Twitter Bootstrap 2.0.2 (http://twitter.github.com/bootstrap).
I\'ve added to the st
First of all you better use h:outputScript to load js files...
I think its cause of conflicts between primefaces jquery and the manually included one...
PrimeFaces 3.2 comes with jQuery 1.7.1, So...
Remove the
from your code
and modify your include in the following way in your element
Also take a look at JQuery Conflicts with Primefaces? and related resource ordering.