Re: getting remote IP address

2007-11-13 Thread Norman Franke
ge- From: Norman Franke [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 1:40 PM To: Tapestry users Subject: Re: getting remote IP address Here is what I do: @InjectObject("service:tapestry.globals.HttpServletRequest") public abstract HttpServletRequest getRequest(); Th

Re: getting remote IP address

2007-11-12 Thread Josh Canfield
--Michael > > > > > > -Original Message- > > From: Norman Franke [mailto:[EMAIL PROTECTED] > > Sent: Thursday, November 08, 2007 1:40 PM > > To: Tapestry users > > Subject: Re: getting remote IP address > > > > Here is what I do

RE: getting remote IP address

2007-11-12 Thread mnguyen21
Sent: Thursday, November 08, 2007 1:40 PM > To: Tapestry users > Subject: Re: getting remote IP address > > Here is what I do: > > @InjectObject("service:tapestry.globals.HttpServletRequest") > public abstract HttpServletRequest getRequest(); > > Then: > g

RE: getting remote IP address

2007-11-08 Thread Nguyen, Michael
Thanks! I'll try that! --Michael -Original Message- From: Norman Franke [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 1:40 PM To: Tapestry users Subject: Re: getting remote IP address Here is what I do: @InjectObject("service:tapestry.globals.HttpServ

Re: getting remote IP address

2007-11-08 Thread Norman Franke
example I found in Jira was for an older version of T5 possibly T4. so I'm still stuck. :) Thanks! -Original Message- From: Thiago H de Paula Figueiredo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 11:52 AM To: Tapestry users Subject: Re: getting remote IP address

RE: getting remote IP address

2007-11-08 Thread Nguyen, Michael
tting remote IP address On Thu, 08 Nov 2007 17:36:07 -0200, Nguyen, Michael <[EMAIL PROTECTED]> wrote: > Eclipse complains > about an undefined attribute value for the @Inject annotation. Check if you have imported the right @Inject annotation (org.apache.tapestry.ioc.annotations.Injec

Re: getting remote IP address

2007-11-08 Thread Thiago H de Paula Figueiredo
On Thu, 08 Nov 2007 17:36:07 -0200, Nguyen, Michael <[EMAIL PROTECTED]> wrote: Eclipse complains about an undefined attribute value for the @Inject annotation. Check if you have imported the right @Inject annotation (org.apache.tapestry.ioc.annotations.Inject), as it doesn't hava attribu

getting remote IP address

2007-11-08 Thread Nguyen, Michael
Hello, I've been working on getting login authentication (http://www.nabble.com/T5-how-to-control-login-state-tf4744201.html) to work for my application and have hit a roadblock. How do I retrieve the remote IP address of