Skip to content

Instantly share code, notes, and snippets.

@sorenmalling
Created March 22, 2014 12:52
Show Gist options
  • Select an option

  • Save sorenmalling/9706703 to your computer and use it in GitHub Desktop.

Select an option

Save sorenmalling/9706703 to your computer and use it in GitHub Desktop.
<f:flashMessages as="flashMessages">
<dl class="messages">
<f:for each="{flashMessages}" as="flashMessage">
<dt>{flashMessage.code}</dt>
<dd>{flashMessage}</dd>
</f:for>
</dl>
</f:flashMessages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment