Le 11/03/2011 01:13, Bernhard Schussek a écrit :
2011/3/11 Benjamin Eberlei<[email protected]>:
Why does it sound like magic to you? Its completely obvious to me.

Say you have $templating->render("..", array("form" =>  $form)); and "{{ 
form_errors(form) }}".
This helper will not exist in the future. I suggest you check my
slides to learn about the new and improved templating syntax:
http://www.slideshare.net/bschussek/leveraging-symfony2-forms

Then you'll also make sense of ThemeInterface.

Bernhard
In your case, I guess that {{ field.errors }} returns some HTML code from what I see in the slides. How does it work with Twig autoescaping ? A method call on an abject cannot be marked as safe so it will be {{ form.errors|raw }} unless you disable the autoescaping when rendering a form but this is really bad IMHO.

--
Christophe | Stof

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" 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-devs?hl=en

Reply via email to