Hi Roger, Does your ContactInfo entity contain a State entity reference or just a City which than contains a State (i.e. belongs to a State). If it doesn't how exactly is data set and bound from $builder->add('state', 'entity', .... ). Won't this form field try to get it's data from a State property of the ContactInfo entity (i.e. search for a getState or isState method) and try to bind to it when binding a request (i.e. search for a setState method in the ContactInfo entity). Maybe I've got it wrong :-\.
Josip -- 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 users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en