You're just adding text the response content in renderPartial. So you can do something like:
$ctx = sfContext::getInstance(); $ctx->getConfiguration()->loadHelpers('Partial'); $content = get_partial(...); $ctx->getResponse()->setContent($ctx->getResponse()->getContent(). $text); On Oct 23, 10:07 am, Georg Gell <geor...@have2.com> wrote: > Hi, > > afaik renderPartial is a method of the action. How can I call it in a > filter? Probably through the action stack, but I am too tired to search > through the docs again. Is it it fifo or filo? > > TIA > Georg --~--~---------~--~----~------------~-------~--~----~ 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 symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---