Format message in invalid Hibernate data validation -
i want know if format personal error message on date format error in hibernate validator.
i have class attribute this.
@datetimeformat(pattern = "hh:mm") private date houropen; default error , message in form:error spring tag.
failed convert property value of type java.lang.string required type java.util.date property houropen; nested exception org.springframework.core.convert.conversionfailedexception: failed convert type java.lang.string type @org.springframework.format.annotation.datetimeformat java.util.date value 11; nested exception java.lang.illegalargumentexception: unable parse 11 i want show "date format error" message in form:error spring tag.
thank in advance.
key default message is: {typemismatch.yourresultobject.objectattribute}.
Comments
Post a Comment