ActionContext.getContext().getParameters()

> -----Original Message-----
> From: Paul Knepper [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, November 19, 2003 4:52 PM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] request params in an interceptor
> 
> 
> How do I get request params in my interceptor?  
> 
> Say I have a url of, http://blah/myAction.action?myParam=foo
> 
> In my interceptor I tried:
> 
> ActionContext ctx = ActionContext.getContext();
> String myParam = (String)ctx.get("myParam");
> 
> myParam was null.
> 
> Thanks,
> Paul
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program. 
> Does SourceForge.net help you be more productive?  Does it 
> help you create better code?  SHARE THE LOVE, and help us 
> help YOU!  Click Here: http://sourceforge.net/donate/ 
> _______________________________________________
> Opensymphony-webwork mailing list 
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to