首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Spring当把前台对象传递到后台老板时报错

2013-12-30 
Spring当把前台对象传递到后台时报错???? 当把前台对象传递到后台时,使用该方法 @InitBinder public void

Spring当把前台对象传递到后台时报错

?

??? 当把前台对象传递到后台时,使用该方法

 @InitBinder public void initBinder(WebDataBinder binder) { SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); dateFormat.setLenient(false); binder.registerCustomEditor(Date.class, new CustomDateEditor(dateFormat, true));//true:允许输入空值,false:不能为空值 }

?

热点排行