Re: Retrieving HTTP query string

2007-06-04 Thread Dave Newton
--- Musachy Barroso <[EMAIL PROTECTED]> wrote: > what are these empty emails? They're your email client :) For whatever reason the actual msg is in the fwd'ed attachment. d. > > musachy > > On 6/4/07, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > > > > > The information contained in this

Re: Empty emails [was Retrieving HTTP query string]

2007-06-04 Thread yitzle
Not sure why, but the body of the emails is in the attachment. On 6/4/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: what are these empty emails? musachy On 6/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > The information contained in this electronic message and any attachments > to

Re: Retrieving HTTP query string

2007-06-04 Thread yitzle
On 6/4/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- yitzle <[EMAIL PROTECTED]> wrote: > How do I get the Request object? Struts version? S1: It's passed in to Action.execute(...) S2: Implement ServletRequestAware http://struts.apache.org/2.x/struts2-core/apidocs/org/apache/struts2/intercepto

Re: Retrieving HTTP query string

2007-06-04 Thread Musachy Barroso
what are these empty emails? musachy On 6/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: 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

RE: Retrieving HTTP query string

2007-06-04 Thread animesh.saxena
... //. } 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

Re: Retrieving HTTP query string

2007-06-04 Thread Dave Newton
--- yitzle <[EMAIL PROTECTED]> wrote: > How do I get the Request object? Struts version? S1: It's passed in to Action.execute(...) S2: Implement ServletRequestAware http://struts.apache.org/2.x/struts2-core/apidocs/org/apache/struts2/interceptor/ServletRequestAware.html I have no idea why you w

Re: Retrieving HTTP query string

2007-06-04 Thread yitzle
On 6/4/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- yitzle <[EMAIL PROTECTED]> wrote: > If I got a URL with a parameter embedded in it, how > do I check what the query string is? Struts version? d. Sorry. Struts 2 - To uns

Re: Retrieving HTTP query string

2007-06-04 Thread Dave Newton
--- yitzle <[EMAIL PROTECTED]> wrote: > If I got a URL with a parameter embedded in it, how > do I check what the query string is? Struts version? d. The fish are biting. Get more visitors on your site usin

Re: Retrieving HTTP query string

2007-06-04 Thread yitzle
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 rig

RE: Retrieving HTTP query string

2007-06-04 Thread animesh.saxena
: Struts Users Mailing List Subject: Retrieving HTTP query string If I got a URL with a parameter embedded in it, how do I check what the query string is? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Retrieving HTTP query string

2007-06-04 Thread yitzle
If I got a URL with a parameter embedded in it, how do I check what the query string is? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]