Java Reference
In-Depth Information
<div id="left">
<ui:insert name="left">
<h3>Links</h3>
<ul>
<li>
<h:outputLink value="http://www.packtpub.
com">
<h:outputText value="Packt
Publishing"/>
</h:outputLink>
</li>
<li>
<h:outputLink value="http://www.ensode.
net">
<h:outputText value="Ensode.net"/>
</h:outputLink>
</li>
<li>
<h:outputLink value="http://www.ensode.
com">
<h:outputText value="Ensode
Technology, LLC"/>
</h:outputLink>
</li>
<!-- other links omitted for brevity -->
</ul>
</ui:insert>
</div>
<div id="content" class="left_content">
<ui:insert name="content">Content</ui:insert>
</div>
</div>
</h:body>
</html>
Since our template client does not override the top and left sections, the markup
from the template will be rendered in the browser.
 
Search WWH ::




Custom Search