Posted by: Admin on: January 17, 2009
The current controller, action and id are available in params. So this is as simple as ${params.controller} or ${params.action} in a view for example. There is an open issue to make this easier, but it probably just needs better docs rather than a shortcut.