0

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 ファイルで何かを見逃している必要があることはわかっています。<dependency>天気pom.xml ファイルにいくつか追加する必要があります。

4

1 に答える 1

3

プロジェクトにRichfacesライブラリを追加していない必要があります。GO http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/GettingStarted.html

于 2012-06-18T12:33:14.623 に答える