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
You are including JQuery twice (Primefaces imports it automatically). Remove your manual import:
and everything should work.