任何人都可以帮助我们如何在JSF中创建一个丰富的日历。使用maven创建的示例项目
以下是我的代码
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>
。
答案 0 :(得分:3)
您的项目中一定没有添加Richfaces库。 走 http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/GettingStarted.html