You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by j mammen <jo...@yahoo.com> on 2004/03/03 15:03:51 UTC

IP information

How do you get client information like IP, hostname etc in Tapestry.


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


RE: IP information

Posted by Adam Greene <ag...@romulin.com>.
>From within a BasePage, you can call:

getRequestCycle().getRequestContext().getRequest() - to get the HttpRequest
getRequestCycle().getRequestContext().getResponse() - to get the
HttpResponse

-----Original Message-----
From: news [mailto:news@sea.gmane.org]On Behalf Of j mammen
Sent: Wednesday, March 03, 2004 10:04 AM
To: tapestry-user@jakarta.apache.org
Subject: IP information


How do you get client information like IP, hostname etc in Tapestry.


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org