grails-core
grails-core copied to clipboard
Provide support for validating embedded lists
Lists of Objects that are embedded into a domain object do not support validators, due to incompatible types.
When the embedded object is also a Domain object, any validators of the child are ignored. It would be ideal if there was a way to enable the validators of the embedded child objects.