在JSF中包含丰富的日历

在JSF中包含丰富的日历,jsf,calendar,richfaces,Jsf,Calendar,Richfaces,有人能帮助我如何在JSF中创建一个丰富的日历吗 下面是我的代码 default.xhtml <rich:calendar id="dtDOB" datePattern="yyyy-MM-dd" required="true" label="startcalender" > </rich:calendar> 我知道我错过了web.xml文件中的一些东西。 我是否必须在pom.xml文件中添加一些。您一定没有在项目中添加Richfaces库。 去 您必须没有在

有人能帮助我如何在JSF中创建一个丰富的日历吗

下面是我的代码

default.xhtml

<rich:calendar id="dtDOB" 
  datePattern="yyyy-MM-dd" required="true" 
  label="startcalender"  >
</rich:calendar>
我知道我错过了web.xml文件中的一些东西。
我是否必须在pom.xml文件中添加一些

您一定没有在项目中添加Richfaces库。 去

您必须没有在项目中添加Richfaces库。 去

请注意,RichFaces 3.x已经过时,OP似乎使用JSF 2.x,而您应该使用RichFaces 4.x。所以RichFaces 3.x链接实际上是错误的。请注意RichFaces 3.x已经过时,OP似乎使用JSF 2.x,而您应该使用RichFaces 4.x。所以RichFaces3.x链接实际上是错误的。
Warning: This page calls for XML namespace http://richfaces.org/rich declared
with prefix rich but no taglibrary exists for that namespace.