--- Begin Message ---
I guess you are missing the cast..
public String intercept(ActionInvocation invocation) throws Exception
  {
    HttpServletRequest request = (HttpServletRequest) invocation
      .getInvocationContext().get(StrutsStatics.HTTP_REQUEST);
//........
//........
//crap...........
//.........
}
Now U have the request object.
 
Animesh
 
 
http://inlovewithlinux.blogspot.com

________________________________

From: [EMAIL PROTECTED] on behalf of yitzle
Sent: Mon 6/4/2007 11:22 PM
To: Struts Users Mailing List
Subject: Re: Retrieving HTTP query string


> Its as simple as using the Request object. Request.QueryString
> Maybe I am getting the question wrong. Can you explain the scenario in
> which you are using this?

How do I get the Request object?
Implementing RequestAware gets me a map...
There's a sun.misc.Request object, but that doesn't look right...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



<<winmail.dat>>


--- End Message ---
The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to