Skip to content

Instantly share code, notes, and snippets.

@bleathem
Created June 18, 2012 17:57
Show Gist options
  • Save bleathem/2949715 to your computer and use it in GitHub Desktop.
Save bleathem/2949715 to your computer and use it in GitHub Desktop.
Option 1: no form:
<b:modal>
<f:facet name="header">
...
</f:facet>
some body content here
<f:facet name="footer">
...
</f:facet>
</b:modal>
with a form:
<b:modal>
<h:form>
<b:body>
<f:facet name="header">
...
</f:facet>
some body content here
<f:facet name="footer">
...
</f:facet>
</b:body>
</h:form>
</b:modal>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment