Hello,
I put this in my settings.yml
escaping_strategy: on
escaping_method: ESC_ENTITIES
The manual says:
>**CAUTION**
>The usual symfony variables are also escaped when you turn on output escaping.
>So be aware that `$sf_user`, `$sf_request`, `$sf_param`, and `$sf_context`
>still work, but their methods return escaped data, unless you add `ESC_RAW` as
>a final argument to their method calls.
But I can't access sf_request (to repopulate a form) in my
templates.... Did I miss something?
Thanks in advance!!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---