Re: IP Address

2002-09-18 Thread Cliff Rowley
lve 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

Re: IP Address

2002-09-18 Thread kiuma
9:33 AM >To: Struts Users Mailing List >Subject: RE: IP Address > > > >I put getRemoteXxx() because you can retrice IP or Hostname. > >request.getRemoteAddr() > IP >request.getRemoteHost() > Hostname > >BTW: Check the HttpServletRequest name in

RE: IP Address

2002-09-18 Thread Tiago Nodari
t 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 > >

RE: IP Address

2002-09-18 Thread Yan, Charlene
Here is the correct one: request.getHeader("referer"); Charlene -Original Message- From: Emmanuel Boudrant [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 9:33 AM To: Struts Users Mailing List Subject: RE: IP Address I put getRemoteXxx() because you can ret

RE: IP Address

2002-09-18 Thread Emmanuel Boudrant
ameter. -emmanuel --- "Cohan, Sean" <[EMAIL PROTECTED]> a écrit : > 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 > Sen

RE: IP Address

2002-09-18 Thread Robert Taylor
ns: a String containing the IP address of the client that sent the request robert > -Original Message- > From: Cohan, Sean [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 9:11 AM > To: 'Emmanuel Boudrant '; 'Struts Users Mailing List ' > S

Re: IP Address

2002-09-18 Thread kiuma
uel 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&

RE: IP Address

2002-09-18 Thread Cohan, Sean
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

Re: IP Address

2002-09-18 Thread Emmanuel Boudrant
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: > For additional commands, e-mail: >