我刚刚开始使用 primefaces 3.5,我正在处理一个奇怪的问题。1. 编辑器不显示在页面上 2. 画廊只显示列表中的图像 3. 弹出窗口根本不起作用 4. 日历显示为文本字段
有人知道是什么导致了这个问题吗? 我没有收到任何错误,而 p:media 之类的其他内容也可以正常工作。
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:p="http://primefaces.org/ui"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>First JSF</title>
</head>
<p:editor></p:editor>
</html>