Issue Details (XML | Word | Printable)

Key: ZF-2846
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Ralph Schindler
Reporter: Ralph Schindler
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_View_Helper_Action does not maintain state between called action and calling action

Created: 10/Mar/08 01:01 PM   Updated: 02/Sep/08 10:39 AM   Resolved: 09/May/08 12:26 PM
Component/s: Zend_View
Affects Version/s: 1.5.0, 1.5.1
Fix Version/s: 1.6.0

Time Tracking:
Not Specified

Issue Links:
Related
 

Fix Version Priority: Must Have


 Description  « Hide

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



Ralph Schindler added a comment - 10/Mar/08 02:04 PM

Fixed in r8736, please check.


Matthew Weier O'Phinney added a comment - 09/May/08 12:25 PM

Scheduling for next mini release.


Matthew Weier O'Phinney added a comment - 09/May/08 12:26 PM

Fixed in trunk; needs to be merged to release-1.5 branch


Wil Sinclair added a comment - 02/Sep/08 10:39 AM

Updating for the 1.6.0 release.