如何隐藏包含在模板中的 facelets 组件?
在我的 template.xhtml 中:
<h:form id="mainForm">
<div style="overflow:hidden; width:1020px; height:565px; overflow-x:hidden; " >
<ui:include src="menuSharepoint.xhtml" styleClass="hide" />
<ui:insert name="body">Default Body</ui:insert>
</div>
<div style="width: 1000px; height: 6px; float: left"></div>
</h:form>
我试图隐藏 ui:include menuSharepoint.xhtml。