added missing h:form for menu
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user