https://facelets.dev.java.net/nonav/docs/dev/docbook.html#template-include - you're
right rendered isn't an attribute on ui:include but its easy to get around - simply
include it in a grouping component which does have a rendered attribute.
<h:panelGroup rendered="#{myCondition}">
| <ui:include src="myPage.xhtml" />
| </h:panelGroup>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981981#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...