if you want to get the requester's ip (might return a proxy) its 
getRemoteAddr()

         its in the api...

         if you want to get the referer:

         request.getHeader("referer")

At 09:11 AM 9/18/2002 -0400, you wrote:
>Is that the correct method?  I get a 'can;t resolve symbol' compiler error.
>Thanks.
>
>-----Original Message-----
>From: Emmanuel Boudrant
>To: Struts Users Mailing List
>Sent: 9/18/02 6:09 AM
>Subject: Re: IP Address
>
>try this:
>
>  request.getRemoteXxx();
>
>-emmanuel
>
>
>  --- "Cohan, Sean" <[EMAIL PROTECTED]> a écrit : >
> > How do I get the referrer's IP address in my action class?  Thanks.
> >
> > --
> > To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
> >
>
>___________________________________________________________
>Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
>Yahoo! Mail : http://fr.mail.yahoo.com
>
>--
>To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



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

Reply via email to