Created
June 18, 2012 17:57
-
-
Save bleathem/2949715 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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