Am using JSR 303 reference implementation, HibernateValidator for validation of command objects . For the existing annotations for validation(like @NotEmpty, @MAX ,@EMAIL etc..) in javax.validation and hibernateValidator APIs, on constraint violation ...
default messages to annotation validations I'm unable to get the default message to the validations on springmodules, i send my configuration: in applicationResources.properties, i have Code: # message errors for the ...