[jboss-user] [JBoss Seam] - Re: Obtaining user's host information

2008-02-05 Thread tonylmai
That worked. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126766#4126766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126766 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Obtaining user's host information

2008-02-04 Thread nickarls
Something like | HttpServletRequest r = (HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest(); | log(r.getRemoteHost()); | ? You should also be able to look at the request headers etc. from there. View the original post : http://www.jboss.com/index.ht