标准转换很简单,就是调用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
紫蝶∏飛揚↗ 阅读(290)
评论(0) 编辑 收藏 所属分类:
JSF