grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

Provide support for validating embedded lists

Open marcDeSantis opened this issue 9 years ago • 0 comments

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.

marcDeSantis avatar Apr 11 '16 19:04 marcDeSantis