Why are you casting against ServletContext?

HttpServletReq should be enough.

com.sun.faces. is code from the RI, shipped under the sun ;-)

Regards,
Matthias

On 6/1/06, Hansjörg Meuschel <[EMAIL PROTECTED]> wrote:
Hello,
in a bean, how can I extract the IP adress of a user?

I tried

        HttpServletRequest request =
(HttpServletRequest)((ServletContext)
FacesContext.getCurrentInstance().getExternalContext().getRequest());
        String IP = request.getRemoteHost();

but whatever I did I got

        java.lang.ClassCastException:
com.sun.faces.context.MyHttpServletRequestWrapper

Any ideas? Thanks a lot... Hans



--
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to