Hi,
I like to have an explicit message to the user field date when an error occur instead of the english message 'failed to convert.....'. But how ?
My register date editor :
SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy");
binder.registerCustomEditor(java.util.Date.class, null, new CustomDateEditor(dateFormat,false));
Thanks,
Fabien.


Reply With Quote