Ciao,sto provando a usare primefaces e ho importato il file jar all'interno del mio progetto jsf..Il problema e che se ad esempio faccio
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns="http://primefaces.org/ui">
<h:head>
</h:head>
<h:body>
<p:spinner />
</h:body>
</html>
Il tag p viene ignorato