In this case, remove your form template an do : echo $form
You will see everything, especially : $form->renderGlobalErrors(); Alex' 2009/12/1 rekarnar <[email protected]> > 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 <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > > -- Alexandre Salomé -- [email protected] -- You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en.
