Issue Type: Bug Created: 2010-08-23T07:19:13.000+0000 Last Updated: 2012-11-20T21:37:40.000+0000 Status: Open Fix version(s): Reporter: Max van der Stam (mvdstam) Assignee: None Tags: - Zend_View
Related issues: Attachments:
When using Zend_View_Helper_Action, preDispatch events aren't being fired properly for the action being run. For instance, when using registered Action helpers (derived from Zend_Controller_Action_Helper_Abstract) with preDispatch functions, the hooks work properly. However, when using Controller Plugins (derived from Zend_Controller_Plugin_Abstract) with those same preDispatch hooks, the functions won't get run.
When using a _forward call within a action, the preDispatch hooks always work properly.
This happends with postDispatch as well as other hooks as well.
No comments to display