#{facesContext.externalContext.request...}

On 5/19/06, Cosma Colanicchia <[EMAIL PROTECTED]> wrote:
You should do this in your backing bean, see FacesContext on how
obtain a reference to the HttpServletRequest object. Then you should
be able to get the information you want from it.. getRequestURL is the
method, if I remember well.

Maybe you can access it from your page using EL, but I'm not sure.

Cosma


2006/5/19, Benjamin Bratkus <[EMAIL PROTECTED]>:
> Hello all,
>
> i want to kow, if it's possible to get the absolute path of a faces app
> within the view i.e. http://localhost:8080/app/ or http://server/app/
>
> best regards,
>
> Ben
>

Reply via email to