Skip to content

Instantly share code, notes, and snippets.

@kevindoran
Created February 1, 2013 02:42
Show Gist options
  • Select an option

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

Select an option

Save kevindoran/4688761 to your computer and use it in GitHub Desktop.
Primefaces dynamic menu test
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.org/ui">
<h:head>
<title>Primefaces Dynamic Menu Test</title>
</h:head>
<h:body>
<h3>Primefaces Dynamic Menu Test</h3>
<h:form>
<p:menu model="#{randomMenu2.menuModel}" />
</h:form>
</h:body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment