Hi Bernhard, Bernhard Schussek schrieb: > Why don't you just program a custom validator for that value conversion? > > Can you maybe provide some real-life examples/use-cases for this > feature? It sounds great, but I'm not sure whether it's worth the > additional code.
That's exactly what I am doing for example to display/enter a duration (seconds) in timecode format (hh:mm:ss in 3 input fields). I think this works good enough and there is no need for another layer at the moment, particularly since you can override an existing widget/validator which is actually quite easy to do. David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
