Skip to content

Instantly share code, notes, and snippets.

@incepttechnologies
Created August 7, 2014 22:02
Show Gist options
  • Save incepttechnologies/2582520adf728648c6c6 to your computer and use it in GitHub Desktop.
Save incepttechnologies/2582520adf728648c6c6 to your computer and use it in GitHub Desktop.
put a value in flash scope
<h:outputText value="#{flash['i1']}"></h:outputText>
<h:outputText value="#{flash.keep.i2}"></h:outputText>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment