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
It might be that your constraints aren't static - it should be specified as "static constraints = { ..."
Also note that nullable defaults to false so you don't need to specify that.