Skip to content

Instantly share code, notes, and snippets.

@kevindoran
Last active December 12, 2015 01:08
Show Gist options
  • Select an option

  • Save kevindoran/4688185 to your computer and use it in GitHub Desktop.

Select an option

Save kevindoran/4688185 to your computer and use it in GitHub Desktop.
XHTML file for JSF Menu Table
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:mt="http://nz.co.kevindoran/jsf-menu">
<h:head>
<title>Menu Table Test</title>
</h:head>
<h:body>
<h:form>
<h2>JSF Menu Table Test</h2>
Current category: #{randomMenu.currentCategory}
<mt:MenuTable model="#{randomMenu.menuTable}" updateID="@form"/>
</h:form>
</h:body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment