hi, i have a Person Object that could be geolocated and then have to properties 'latitude' and 'longitude', i want in admin edit form a widget that replace the 2 input fields by a widget that display a Google maps and by moving the marker updating coordinates i have try to make a new widget that display a the make that was simple i have make 2 hidden fields that are updated when moving the marker on the map.
but i have some trouble with the hidden fieldname. in the form all fields name are formated with person[%s] string but the 2 hidden fields aren't, they call latitude and longitude, because in the widget we can't access the formatName value a search a nice way to generate the right name for the both field (corresponding to the both properties oh the object), or a way to give to the widget the ID of the both original field. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
