[jboss-user] [JBoss Seam] - Re: Use of @Out with JSTL/ui:include
petemuir
do-not-reply at jboss.com
Tue Oct 31 04:06:12 EST 2006
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#3981981
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981981
More information about the jboss-user
mailing list