Tagged Questions

2
votes
1answer
2k views

Grails validation of a list objects

I'm trying to get grails to validate the contents of a List of objects, might be easier if I show the code first: class Item { Contact recipient = new Contact() List extraRecipients = [] ...