In this case, remove your form template an do :

echo $form


You will see everything, especially :

$form->renderGlobalErrors();


Alex'

2009/12/1 rekarnar <rekar...@gmail.com>

> Make sure you are displaying your form after validation and not
> creating a new form (or forwarding or redirecting away). That form
> should have all the validation errors for you to see.
>
> On Dec 2, 12:56 am, Hong Kil Dong <fetfru...@gmail.com> wrote:
> > I've fallen into a strange trap - my form doesn't pass validation but
> > neither form's fields nor calling $form->hasGlobalErrors() reports
> > errors...
> > How to find out what cause form validation to fail ?
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "symfony users" group.
> To post to this group, send email to symfony-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>
>


-- 
Alexandre Salomé -- alexandre.sal...@gmail.com

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to