> - I would like to have all validation errors reported as general
> errors and not besides the field in error. Basically, I would like
> each error to be added to a flash message. How can I do this using the
> new form and validation system?
>   
No need to use flashs, you can retrieve the list off all errors on your 
form object :
<code>
$form->getErrorSchema()->getErrors()
</code>
> - I need to place a form in a layout file and/or in a partial. How can
> I link the form in the view to a form in a controller so that its
> fields are repopulated with the user's values in case of a validation
> error?
>   
Yohan.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to