I want to change the default error messages being thrown by Spring.
I basically have this form. Format of the date should follow \"mm/dd/yyyy\"
<
You need to define a MessageSource to resolve error code to the message. Error codes are built as described here (so you'll have typeMismatch.<objectName>.dteStartDate).
typeMismatch.<objectName>.dteStartDate