我使用 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>
怎么了?谢谢。