In Grails we have default messages - this is great except where my field name is not what I would like. For example I have a property name such as propertyName and the message comes out: "propertyName is required" What I would like is "property name is required"
In other words can I override what Grails uses for arg[0]?
tia, Claude