On 01 Oct 2008, at 15:28, Yohan 'rouKs' G. wrote:
> I've got a problem with forwarding from a filter in sf 1.1...
>
> I do $this->getContext()->getController()->forward($module, $action),
> but i've got header problem (the web debug toolbar is loaded 2  
> times...)
> and no rendering of my action...

According to the symfony book, you could write:

$this->getController()->forward($module, $action);

Does this work?


Alexander.

--~--~---------~--~----~------------~-------~--~----~
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