0
豐富的日曆任何人都可以helpme如何創建JSF.The樣本項目豐富的日曆使用創建的maven包含在JSF
以下是我的代碼
default.xhtml
<rich:calendar id="dtDOB"
datePattern="yyyy-MM-dd" required="true"
label="startcalender" >
</rich:calendar>
我我得到以下錯誤。
Warning: This page calls for XML namespace http://richfaces.org/rich declared
with prefix rich but no taglibrary exists for that namespace.
我知道我必須在web.xml文件中遺漏任何東西。 天氣我必須在pom.xml文件中添加一些<dependency>
。
請注意,RichFaces 3.x已過時,並且OP似乎使用JSF 2.x,您應該使用RichFaces 4.x代替。所以RichFaces 3.x鏈接實際上是錯誤的。 – BalusC