Hi Jeremy, Without further investigation, this sounds like a bug (by design) to me. Probably, the groups specified in "validation_groups" should only be used to validate the data (the underlying object) while the form itself should always be validated in group "Default". Right now, also the form is validated in the custom group, which results in no constraint being validated at all (because they are all in "Default").
Does that make sense? Bernhard -- Software Architect & Engineer Blog: http://webmozarts.com Twitter: http://twitter.com/webmozart -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
