|
From: Les A. H. <le...@ha...> - 2004-02-01 18:19:50
|
Just browsing the new docs: In section 4.3.2, the code example shows how to register a custom property editor. Going off of the 1.0 M4 API, The example should list: beanFactory.registerCustomEditor(Date.class, new CustomDateEditor()); instead of beanFactory.registerCustomEditor(Date.class, CustomDateEditor.class); Just passing along... Regards, Les |