Hi All,
I've run into a problem. I am moving much of my action controller logic
into viewhelpers and I
have come across a fragment that no longer seems to work after the
transplant.
$this->_redirector =
$this->_helper->getHelper('Redirector');
$this->_redirector->gotoUrl('/error/condition);
Is there an easy way to redirect from a viewhelper?
thanks,
pat
