I want to use (Primefaces with TwitterBootstrap). Currently the DropDown menu it\'s not working if e.g. a p:dataTable
is present. I\'ve figured out, that it\'s work
If the problem is related to the include order of your resources, you should have a look at the following blog post of the PrimeFaces team: Customizable Resource Ordering.
You can define a first
facet inside your h:head
element. Elements placed there will be loaded before the PrimeFaces resources.