Sorry, yes you are right. PostDispatch of plugin always occours after the
rendering of the view.
I'll try the solution with adding helper, thank you.
I hoped i can solve it directily in the plugin.

thanks


Mon Zafra wrote:
> 
> That's not true. The plugin postDispatch always occurs after the
> rendering.
> It doesn't matter if you manually render in the controller or let the
> ViewRenderer render. The plugin postDispatch will still be called
> afterward.
> You are also not altering the application flow by changing the action
> script
> in the ViewRenderer. You're simply changing the value of an instance
> member.
> And I believe that's exactly what you want. I'm not sure what led you to
> believe that the flow is altered, but perhaps you could share with us some
> code so we could see what's happening.
> 
>    -- Mon
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Controller-flow-changes-when-using-render%28%29-inside-controller-action-tp23915931p23929707.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to