PrimeFaces Extensions没有显示

时间:2016-03-30 15:35:05

标签: primefaces primefaces-extensions

我的动态网络项目中的lib文件夹中有以下jar文件:

enter image description here

现在我想从PrimeFaces扩展程序中显示一个简单的时钟:

  <h:panelGrid>
            <p:panel>
                <pe:analogClock/>
            </p:panel>
  </h:panelGrid>

但我什么也看不见。只是面板正在显示该时钟的正确高度和宽度,但没有时钟本身,只是一个空面板。

enter image description here

那么,为什么会这样呢?

1 个答案:

答案 0 :(得分:0)

您需要使用各自的jar实现jsf dude。 你需要javax.faces - &#34;版本&#34; .jar,jsf-impl - &#34;版本&#34; .jar(两者,javax和jsf-impl,必须是相同版本)和jstl.jar,我认为它会运行。