2
我需要使用JSF添加彈出日曆。我正在使用netbeans 6.9.1和galssfish 3.1。JSF日曆組件
我用Google搜索,發現這個
<ui:calendar binding="#{booking.calDate}" id="calDate"
dateFormatPattern="dd/MM/yyyy" label="Date ::"/>
,但它給出了一個錯誤,指出:
the component library facelets doesn't contain such component
可能是什麼使這項工作的正確途徑。
其次,日期將被存儲或選定的圖案將出現在格式dd/MM/yyyy
。我需要將它存儲在MySQL數據庫中。
在Bean Class中我應該說Calendar cal = new Calendar();
?
你在哪裏複製代碼。 ui:壓光機不是標準標籤。 – Jacob