struts中actionForm使用java.util.Date数据类型解决方法

struts不支持对java.util.Date对象的解析,怎样在struts actionform中处理date呢?

有几种解决方案:

1、直接使用String

2、使用java.sql.Date

3、自定义转换器

参考文章

struts中actionForm使用java.util.Date数据类型解决方法

http://hi.baidu.com/%D5%F9%B7%D6/blog/item/27bf25fb2e2b2e9d59ee9011.html

深入理解actionform

http://www.iteye.com/topic/333146

 

 

你可能感兴趣的:(java,html,sql,struts,Blog)