I want to know where Grails sets default error messages. For example I've got this one in my message.properties file. When I try to save data with wrong value, this message appears. But I can't understand where (in code) he sets this message.
default.invalid.min.message=Property {0} with value {2} is less than minimum value {3}