Hi

In my IndexController i have:

public function pageAction()
{
        $this->getResponse()->setHeader('X-MLJ-Page-Id', $page->id);
}

When called directly like http://myserver/index/page/ the header is set
as expected.

But when calling this action from inside a view using the Action View
Helper, the header is _not_ set when the response is sent to the
browser.

How can I fix this?

-- 
Mads Lie Jensen - [email protected] - ICQ #25478403
Gartneriet - http://www.gartneriet.dk/

Reply via email to