Yes kind of, but I would like to use a mechanism like include-prelude and 
include-coda. The most important thing is make it automatic. I don't want to 
write an include command in the JSF pages. A configuration setting like this 
would be nice (buit this isn't works for me).

        <jsp-config>
                <jsp-property-group>
                        <url-pattern>*.jsf</url-pattern>
                        <include-coda>bottom.jspf</include-coda>
                </jsp-property-group>
        </jsp-config>


Aaron Bartell írta:
Is this what you are looking for?

HTH,
Aaron Bartell

<%@ page language="java" %>
<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%>


<html>
<head>
<[EMAIL PROTECTED] file="/inc/head.inc" %>
</head>
<body>
<f:view>
<f:loadBundle basename="com.mowyourlawn.uitext.controls" var="controls"/>
<%@ include file="/inc/header.jsp" %>


<!-- Page content goes here -->

<%@ include file="/inc/footer.jsp" %>
<h:messages styleClass="error"/> </f:view> </body> </html>



Csík Norbert wrote:

Hi!

I would like to include a default header and a default footer automatically to my generated JSF pages. Just like include-prelude and include-coda does in the web.xml file for JSP pages. I tried this one, but didn't worked.

How can I include these pages automatically in JSF?


-- Csík Norbert http://norbert.web.elte.hu/ Programtervező matematikus Trilobita Informatikai Rt. - rendszertervező fejlesztőmérnök ___ keep sm:)ing _________________________ooo__C( O O )L__ooo__ http://www.aion.hu/ - A csik.NET otthona http://www.spreadfirefox.com/ - Rediscover the web Légy pontos: Mérj mikro-milliméterben! Jelölj krétával! Vágj baltával!

Reply via email to