<%-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --%> <%-- - This is a page that is included into just about every other page in - this webapp, to provide a standard "navigation bar" across the top - of each page. There are other ways to insert common content, such as - Tiles2, or facelets ui:composite, but we want to keep this webapp - as simple as possible. - - Every page that includes this should start an f:view as the first thing - in the page, then include this page as the first element within the f:view. - The page must also include footer.jsp immediately before the end of the - f:view. This file inserts HTML, HEAD and BODY tags into the document and - the footer closes the BODY and HTML. There are JSF tags in this header - (and the footer) file, so must be inside an f:view. --%> <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %> <%@ taglib uri="http://myfaces.apache.org/orchestra" prefix="o" %> Apache MyFaces Orchestra Apache MyFaces Orchestra Bringing Together: JSF, Spring, Persistence