You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dennis Byrne <de...@dbyrne.net> on 2005/11/14 21:06:22 UTC

getting the uri of the forwarded request

The following, when called in the render response phase, 
gives you the URI of where you were :

FacesContext.getCurrentInstance().ctx.getExternalContext
().getRequest().getRequestURI();

What is the best way to get th URI of where the request will 
be forwarded to?

Dennis Byrne