[symfony-users] Re: what is wrong with this bug?

2008-11-17 Thread Bruno Reis
But, the validator only converts back from the form. I´m talking about fields that needs to be converted from the model to the form and then back from the form to the model. For instance: I use a date in doctrine: 2005-08-07 When I need to convert it to a plain text date widget, the widget will

[symfony-users] Re: what is wrong with this bug?

2008-11-17 Thread Fabien Potencier
The conversion must be done by the validator, not the widget. Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.com | aide-de-camp.org Tél: +33 1 40 99 80 80 Bruno Reis wrote: > Hi there, > > I´m facing a critical issue with the forms framework fo