...
     <h:form>
         <h:panelGrid styleClass="tabbedPane" columnClasses="displayPanel">
            <%-- Tabs implemented as header facet--%>
	    ...
            <%-- Main panel --%>
            <%@ include file="jefferson.jsp" %>
            <%@ include file="roosevelt.jsp" %>
            <%@ include file="lincoln.jsp" %>
            <%@ include file="washington.jsp" %>
         </h:panelGrid>
     </h:form>
     ...