You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Cohan, Sean" <SC...@goSPS.com> on 2002/09/18 05:23:13 UTC

IP Address

How do I get the referrer's IP address in my action class?  Thanks.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: IP Address

Posted by Emmanuel Boudrant <b7...@yahoo.fr>.
try this:
 
 request.getRemoteXxx();

-emmanuel


 --- "Cohan, Sean" <SC...@goSPS.com> a écrit : > 
> How do I get the referrer's IP address in my action class?  Thanks.
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>  

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>