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
> 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
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
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