Richfaces或Primefaces的日历弹出窗口无法正常工作

时间:2013-03-09 20:33:39

标签: jsf-2 calendar richfaces

我在我的项目中添加了richfaces 4.3.0 jar,并尝试使用netbeans 7.2.1中的primefaces3.4.2

我正在尝试在我的项目中使用日历组件但是当我使用richfaces或primefaces时,日历弹出窗口不会出现并且它仍然存在并且它是或者它没有给出任何错误

我在.xhtml文件中使用了以下代码

<rich:calendar  id="givenDate" enableManualInput="true" style="width:60px" datePattern="MM/dd/yyyy" value="#{NewClass.ts}" immediate = "true"  required="true" popup="true" />

在java bean中,我使用了带有getter和setter方法的java.util.Date类型的变量。 任何人都可以指出我做错了什么。

解决: - 我忘了在xhtml页面中添加h:head标签,这就是为什么richfaces和primefaces都不起作用。

1 个答案:

答案 0 :(得分:0)

Primefaces日历宽度更改大小标记

<p:calendar size="7" />