標準轉換很簡單,就是調用JSF定義好的組件.
如:
<h:inputText id=
"dateField" value=
"#{user.date}">
<f:convertDateTime pattern=
"dd/MM/yyyy"/>
</h:inputText>
<h:message
for=
"dateField" style=
"color:red"/>
posted on 2007-10-23 17:43
紫蝶∏飛揚↗ 閱讀(295)
評論(0) 編輯 收藏 所屬分類:
JSF