<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Include functionality question</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">I have a template that includes several files (a header, footer, left sidebar, right sidebar). The template is applied to a content page that sits in the middle. So, in the same directory as the content file, there would be additional files for the other sections of the page. Is it possible with OpenCms to have those included files automatically default to some page if the named file cannot be found?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">For example with a file structure like this...</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">default/</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">footer.html</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">header.html</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">leftside.html</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">rightside.html</FONT>

<BR><FONT SIZE=2 FACE="Arial">content/</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">mycontent.html</FONT>

<BR>        <FONT SIZE=2 FACE="Arial">rightside.html</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I would like content/mycontent.html to use content/rightside.html but since the other sections are missing from that directory, it will instead use default/footer.html, etc. This is similar to Tiles in Struts. </FONT></P>

<P><FONT SIZE=2 FACE="Arial">Does OpenCms have something like this built-in or would I have to write my own custom tags to handle it (or just use Tiles instead)?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">thx</FONT>

<BR><FONT SIZE=2 FACE="Arial">andy</FONT>
</P>

</BODY>
</HTML>