I am currently trying to specify custom error messages in grails for the default constraints but so far all I get back is the default error message.
I know that I have t
This worked for me
com.model.Customer.name.nullable.error = Custom message
instead of
com.model.Customer.name.blank = Custom message