I think I got happy to fast :) If i use setRender() in action, postDispatch() of the controller is called before the script rendereing - that's ok.
But Controller Plugin's postDispatch is still called after the render ? should this be called before the render also? Thing is that i tried it calling it inside agatone wrote: > > Great, it is working. > > Thank you! > > > > Mon Zafra wrote: >> >> You probably want $this->_helper->viewRenderer->setRender($action), but >> only >> the one in the postDispatch() will take effect since it is always >> executed >> after the action. >> >> -- Mon >> >> >> On Mon, Jun 8, 2009 at 6:12 AM, agatone <[email protected]> wrote: >> >>> >> >> > > -- View this message in context: http://www.nabble.com/Controller-flow-changes-when-using-render%28%29-inside-controller-action-tp23915931p23920339.html Sent from the Zend Framework mailing list archive at Nabble.com.
