message key prints the message as message key
@NotNull(message="{mail.emailId"))
protected String email;
With property in properties file
mail.emailId.message="Email Id cannot be empty"
Constraint Violation message returned is "{mail.emailId}"
Please help on thoughts/work around/fix as this would make this challenging if messages cannot be customized for context and user friendlyness?