Skip to content

Instantly share code, notes, and snippets.

@lfryc
Created June 22, 2012 17:13
Show Gist options
  • Select an option

  • Save lfryc/2974036 to your computer and use it in GitHub Desktop.

Select an option

Save lfryc/2974036 to your computer and use it in GitHub Desktop.
<!-- USE CASE 1 -->
<h:form>
<b:modal>
<!-- Inputs -->
<f:facet name="footer">
<!-- Buttons -->
</f:facet>
</b:modal>
</h:form>
<!-- USE CASE 2 -->
<b:modal>
<h:form>
<!-- Inputs -->
</h:form>
<f:facet name="footer">
<h:form>
<!-- Buttons -->
</h:form>
</f:facet>
</b:modal>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment