我使用了primefaces展示示例, http://www.primefaces.org/showcase/ui/layoutElement.jsf 但它沒有顯示任何內容。primefaces P:佈局根本不起作用
我的頁面是:
<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>
請發佈一些代碼,你已經嘗試到目前爲止讓其他人看看並幫助你。 – Ravi
嗨Ravi ..我已編輯的問題,包括在我的網頁上的代碼。此代碼只是創建一個正方形,它不會在各個部分打印左邊和中間的單詞 – Amruta
奇怪,我可以看到它們。你可以打開瀏覽器的開發工具,看看文本是否存在。並且如果可能的話,也發佈html標記的屏幕截圖。 – Ravi