April 2018
Intermediate to advanced
382 pages
10h 11m
English
<h:body> <div id="layout"> <div id="header"> <ui:insert name="header" > <ui:include src="header.xhtml" /> </ui:insert> </div> <div id="content"> <ui:insert name="content" > <ui:include src="content.xhtml" /> </ui:insert> </div> <div id="footer"> <ui:insert name="footer" > <ui:include src="footer.xhtml" /> </ui:insert> </div> </div></h:body>
<body> <h1>Template header</h1></body>
<body> <h1>Template content</h1></body>
<body> <h1>Template content</h1></body>
<h:body> <ui:composition template="WEB-INF/template/layout.xhtml"> ...
Read now
Unlock full access