我使用了 primefaces 展示示例, http://www.primefaces.org/showcase/ui/layoutElement.jsf 但它没有显示任何内容。
我的页面是:
<h:head>
<title>Title</title>
</h:head>
<h:body>
<p:layout style="min-width:400px;min-height:200px;" id="layout">
<p:layoutUnit position="west" resizable="true" size="100" minSize="40"
maxSize="200">
Left
</p:layoutUnit>
<p:layoutUnit position="center">
Center
</p:layoutUnit>
</p:layout>
</h:body>
</html>