標(biāo)準(zhǔn)轉(zhuǎn)換很簡(jiǎn)單,就是調(diào)用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
紫蝶∏飛揚(yáng)↗ 閱讀(295)
評(píng)論(0) 編輯 收藏 所屬分類:
JSF