ZF-2846: Zend_View_Helper_Action does not maintain state between called action and calling action
Description
As reported by Anders Fredriksson
Zend_View_Helper_Action does not maintain state between called action and calling action thus disabling the ability to autorender from the calling action.
This problem emerges when you call the action() view helper from within an action controller. The calling Action Controller will loose the ability to auto-render since the state of the viewRenderer is not fully resumed by the action() view helper. More specifically, _noRender becomes set to true when the called action controller is dispatched and executed.
-ralph
Comments
Posted by Ralph Schindler (ralph) on 2008-03-10T14:04:34.000+0000
Fixed in r8736, please check.
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-09T12:25:29.000+0000
Scheduling for next mini release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-09T12:26:45.000+0000
Fixed in trunk; needs to be merged to release-1.5 branch
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:41.000+0000
Updating for the 1.6.0 release.