Hello,
This commit fixes 2 errors when displaying a form.
Warning error : Missing argument 1 for Symfony\Bundle\FrameworkBundle\Templating\Form\Field::label()
Error fatal :
Call to undefined method
Symfony\Bundle\FrameworkBundle\Templating\Form\Field::getDisplayedData() in file Symfony/Bundle/FrameworkBundle/Resources/views/Form/widget/textarea_field.php
Thu Oct 14 03:00:47 -0700 2010
10ff7bd
Fri Oct 15 09:31:32 -0700 2010
the label() method has already been fixed in my repo (fabpot/symfony).
The other one I'm not sure about as the 'field' attribute must be the value of '$this'. To access the original field, we must use '$origin'. So, the fix should be in the template. I will commit the fix in my repo in a minute.