Starting from 1.3, all content passed from the action to the view gets
automatically escaped - including that field of your. Gets wrapped in
an sfOutputEscaperObjectDecorator instance.
I believe it works just like when doctrine objects get passed to the
view, you can get the unescaped data with `$
Hi there people ;)
So... im getting something weird here.
If I wrote the code in the IndexSuccess.php like this
$w = new sfWidgetFormI18nChoiceCurrency(array('culture' =>
'pt_BR'));
echo $w->render('foo');
works fine!
But if I put the part of code on the actions.class.php like this
$this