Skip to content

Instantly share code, notes, and snippets.

@EnigmaCurry
Created October 26, 2009 17:03
Show Gist options
  • Save EnigmaCurry/218811 to your computer and use it in GitHub Desktop.
Save EnigmaCurry/218811 to your computer and use it in GitHub Desktop.
FacesContext context = FacesContext.getCurrentInstance();
HttpServletResponse response = (HttpServletResponse)context.getExternalContext().getResponse();
response.sendRedirect("URL");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment