2016-08-30 10 views
1

JSF inputHelperDatePickerに問題があります。私はのinputTextを選択すると、少しcaledarが表示されますが、唯一の現在の月と年があり、私は他を選択することはできませんJSF inputHelperDatePicker

<h:inputText id="text"> 
    <hx:convertDateTime pattern="dd.mm.yyyy"> 
    <hx:inputHelperDatePicker id="datePicker"/> 
<h:inputText /> 

:私は、次のコードを使用しています。また、それはどんなスタイルクラスにも当てはまらない。

どうすれば解決できるのか、それに関するドキュメントがあれば教えてください。

+0

ビューにもう少しコンテキストを提供できますか?また、参考になるドキュメントもあります:[hx:convertDateTime](https://www.ibm.com/support/knowledgecenter/SS8PJ7_9.0.0/com.ibm.etools.jsf.doc/topics/rsubhxconvertDateTime.html) – wtlucy

答えて

0

RADをドラッグしてコントロールをドラッグ&ドロップすると、

<h:inputText id="foo" value="#{pc_XXX.bar}"> 
    <hx:convertDateTime pattern="dd/MM/yyyy" /> 
    <hx:inputHelperDatePicker /> 
    <hx:inputHelperAssist errorClass="inputText_Error" /> 
</h:inputText>