I would suggest creating this as an issue on github.
On Mon, May 23, 2011 at 3:25 PM, pzwosta wrote:
> Hi,
>
> I have the same problem since BETA 2:
>
> public function buildForm(FormBuilder $builder, array $options)
> {
> $builder->add('firstname', 'text');
> $builder->a
Hi,
I have the same problem since BETA 2:
public function buildForm(FormBuilder $builder, array $options)
{
$builder->add('firstname', 'text');
$builder->add('lastname', 'text');
$builder->add('email', 'text');
$builder->add('password', 'repeated', array('t