'Twas brillig, and Aspra Flavius Adrian at 09/02/09 21:04 did gyre and gimble:
Hi.

In my Zend_Controller_Plugin_Abstract::routeStartup() I'm pushing
custom actions to the actionstack. The problem is that
$this->getFrontController()->getRequest()->get[Action|Module]Name()
inside my Zend_Controller_Action::postDispatch() return the same
module/action as "in the URL", but in the controller plugin I'm
calling $actionstack->actionToStack('navpane','index',$module);

Do you have any idea what could cause this?

Try:
$this->getRequest()->get[Action|Module]Name()

I've found that the request here is correct, vs the
Zend_Controller_Front::getInstance()->getRequest() version which always has the details of the original request.

HTHs

Col



--

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
  Mandriva Linux Contributor [http://www.mandriva.com/]
  PulseAudio Hacker [http://www.pulseaudio.org/]
  Trac Hacker [http://trac.edgewall.org/]

Reply via email to