Skip to content

Instantly share code, notes, and snippets.

@rponte
Created October 12, 2011 00:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rponte/1279904 to your computer and use it in GitHub Desktop.
Save rponte/1279904 to your computer and use it in GitHub Desktop.
Keeping faces message after redirect (JSF)
facesContext.getExternalContext().getFlash().setKeepMessages(true);
// more informations
// http://stackoverflow.com/questions/5137601/preserving-facesmessage-after-redirect-for-presentation-through-hmessage-in-js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment