Primefaces-3.3.1、JSF 2.1、Glassfish 3.1.2、および IntelliJ IDEA 11.1.3 を IDE として使用して、この例を試しました。PF の jar を WEB-INF/lib ディレクトリに追加し、「test.jsf」を作成しました。ここに例を置きました。その結果、空白のページが表示されます。Chrome は次のように理解します。
<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:p="http://primefaces.org/ui"><head></head><body><h:head>
</h:head>
<h:body>
<p:editor>
</p:editor></h:body>
</body></html>
どうしたの?ありがとう。