It would be empty if you didn't explicitly specify an action in the
url.. ie you're relying on Agavi to default to Index if no action was
specified. (?)
--Bob

On 9/6/05, Greg Donald <[EMAIL PROTECTED]> wrote:
> On 9/6/05, zimba-tm <[EMAIL PROTECTED]> wrote:
> > Yes it's right, I just thrown it out of my mind wrongly.
> >
> > I don't think it's hacky. Parameters shouldn't be changed during the
> > execution, so I think it's fiable.
> 
> I think Bob meant 'hacky' in reference to my mentioning getting it
> from $_GET as a last resort sorta thing.
> 
> $actionName = 
> $this->getContext()->getRequest()->getParameter(AG_ACTION_ACCESSOR);
> 
> echo "\$actionName = $actionName<br>";
> 
> $actionName is null.
> 
> Any more ideas?
> 
> 
> --
> Greg Donald
> Zend Certified Engineer
> MySQL Core Certification
> http://destiney.com/
> _______________________________________________
> agavi-dev mailing list
> [email protected]
> http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev
>
_______________________________________________
agavi-dev mailing list
[email protected]
http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev

Reply via email to