> 3) Validation rules seem to be applied on the values after the setter aka not > on the raw original data
I've not worked much with the form component, and I'm not sure I understood this correctly. According to the Field class " * A form field stores its data in three * different representations: * * (1) the format required by the form's object * (2) a normalized format for internal processing * (3) the format used for display " Maybe you could clear up when/on which format validation is performed, and when during this process data is injected into your objects. Johannes -- 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
