任何人都可以帮助我如何在 JSF 中创建丰富的日历。使用 maven 创建的示例项目
以下是我的代码
默认.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 文件中的某些内容。天气我必须<dependency>
在 pom.xml 文件中添加一些。