RE: [Mav-user] Accessing the Command string from the controller - Correction

2003-03-21 Thread Robert Leftwich
At 10:09 AM 22/03/2003, Schnitzer, Jeff wrote: BTW, I recommend using the CVS copy of Maverick right now - the getParams() method has been renamed to getControllerParams(). I wonder if it is worthwhile updating some (all?) of the libs in the CVS as they are quite old and the newer versions have h

RE: [Mav-user] Accessing the Command string from the controller - Correction

2003-03-21 Thread Schnitzer, Jeff
> From: Scott Chun [mailto:[EMAIL PROTECTED] > > 1) I'm looking to access the Command name ( 2) Mis-wrote the last question - getCtx() works fine, but getParams() > returned > a null. That's odd. Can I see your snippet of config file for the command? BTW, I recommend using the CVS copy of Mave

[Mav-user] Accessing the Command string from the controller - Correction

2003-03-21 Thread Scott Chun
Some clarifications: 1) I'm looking to access the Command name ( >> [EMAIL PROTECTED] 03/21/03 12:37PM >>> Is there a way to access the command string from the controller? I'd like to create a generic controller that dispatches to handlers based on the command. I tried the hoping to access this i

[Mav-user] Accessing the Command string from the controller

2003-03-21 Thread Scott Chun
Is there a way to access the command string from the controller? I'd like to create a generic controller that dispatches to handlers based on the command. I tried the hoping to access this in the controller's perform() method from the ControllerContext.getParams(), but the getCtx() returned a null