If I have a form object which has a Map, I can set map values using the syntax myMap['key'] for the field name, the question is, how can I associate an error message with this field using the Errors class (ie what would the field name be)?
Cheers
Daniel


Reply With Quote