added missing h:form for menu

This commit is contained in:
2018-12-12 15:42:10 +01:00
parent 1fed967100
commit c09a27583b

View File

@ -2,10 +2,12 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:shiro="http://shiro.apache.org/tags">
<shiro:authenticated>
<h:form id="menuform">
<ul class="sidebar-menu tree" data-widget="tree">
<li>
@ -54,5 +56,6 @@
</p:commandLink>
</li>
</ul>
</h:form>
</shiro:authenticated>
</ui:composition>