
chungo
By: a guest on
Apr 26th, 2012 | syntax:
None | size: 1.36 KB | hits: 14 | expires: Never
<p:layoutUnit id="top" position="north" size="50">
<h:form id="form">
<f:ajax render=":include">
<h:commandLink id="try" value="Home" action="#{bean.setHome}" >
</h:commandLink>
<h:commandLink value="Account" action="#{bean.setAccount}" >
<f:param name="link" value="account.xhtml" />
</h:commandLink>
<h:commandLink value="Cards" action="#{bean.setCard}" >
<f:param name="link" value="calculate.xhtml" />
</h:commandLink>
</f:ajax>
</h:form>
</p:layoutUnit>
<p:layoutUnit id="center" position="center">
<h:panelGroup rendered="#{bean.didIt}" id="include">
<ui:include src="#{bean.link}" />
</h:panelGroup>
</p:layoutUnit>