added missing h:form for menu
This commit is contained in:
@ -2,10 +2,12 @@
|
|||||||
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
|
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xmlns:ui="http://java.sun.com/jsf/facelets"
|
xmlns:ui="http://java.sun.com/jsf/facelets"
|
||||||
xmlns:p="http://primefaces.org/ui"
|
xmlns:p="http://primefaces.org/ui"
|
||||||
|
xmlns:h="http://xmlns.jcp.org/jsf/html"
|
||||||
xmlns:shiro="http://shiro.apache.org/tags">
|
xmlns:shiro="http://shiro.apache.org/tags">
|
||||||
|
|
||||||
|
|
||||||
<shiro:authenticated>
|
<shiro:authenticated>
|
||||||
|
<h:form id="menuform">
|
||||||
<ul class="sidebar-menu tree" data-widget="tree">
|
<ul class="sidebar-menu tree" data-widget="tree">
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
@ -54,5 +56,6 @@
|
|||||||
</p:commandLink>
|
</p:commandLink>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</h:form>
|
||||||
</shiro:authenticated>
|
</shiro:authenticated>
|
||||||
</ui:composition>
|
</ui:composition>
|
||||||
|
|||||||
Reference in New Issue
Block a user