Para garantizar una mayor compatibilidad de los componentes de Primefaces en los exploradores en los basados en webkit como Google Chrome, debemos agregar el tag <f:view contentType=»text/html»/> después del tag html del archivo xhtml.
<html>
<f:view contentType=»text/html»/>
………..