Re: [Mav-user] how to get command name from Controller context?

2005-12-20 Thread Jeff Schnitzer
Another option would be to use an xsl that creates parameters to the controller with the name of the command. Jeff Dan Finkelstein wrote: here's what I use... I hope this helps, Dan /** * retrieve the maverick command */ public String getCommand() { // - this

[Mav-user] how to get command name from Controller context?

2005-12-16 Thread uone
How to get command name from Controller instance context? I'm looking for easy way to get command name. Of course I can parse url query from request, or find proper command programatically in maverick.xml using controller class name, but I think there is more elegant solution. Command calls