0

任何人都可以帮助我如何在 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 文件中添加一些。

4

1 回答 1

3

您一定没有在项目中添加 Richfaces 库。去 http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/GettingStarted.html

于 2012-06-18T12:33:14.623 回答