More use of property editors
Brought to you by:
sdanig
As I understand correctly, one can obtain a property editor using the PropertyDescriptor.getPropertyEditorClass() method.
As there might be customized property editors assigned to certain bean properties, it might be good to utilize this feature. It would also make the conversion routine obsolete as the java built in PropertyEditors take care of converting from and to Strings.
Regards,
Willem
willem@ereprijs.demon.nl