Hi, how can I determine what function from which controller called the view I'm currently displaying ? Thanks.
+3
A:
The action is available as ${actionName} and the controller is available as ${controllerName}.
Burt Beckwith
2010-02-07 19:02:55