<?xml version="1.0" encoding="ISO-8859-1"?>
<document url="dev_template.html">
<properties>
  <author>David Geary</author> 
  <author>Ted Husted</author> 
  <title>The Struts User's Guide - Template Taglib Guide</title>
</properties>
<body> 
<chapter name="Template Taglib Guide"> 

<section href="nested" name="The Template Taglib">
<p>
	<b>Note:</b> As of Struts 1.1 the template library has been 
	deprecated in favor of <a href="dev_tiles.html">Tiles</a>.
</p>
<p>
The "struts-template" tag library contains tags that are useful in creating dynamic JSP templates for pages 
which share a common format. These templates are best used when it is likely that a layout shared by several 
pages in your application will change. The functionality provided by these tags is similar to what can be 
achieved using standard JSP include directive, but are dynamic rather than static. 
</p>

</section>

<section href="resources" name="Template Taglib Resources">

<ul>
<li><a href="../api/org/apache/struts/taglib/template/package-summary.html#package_description">Template Taglib Package Description</a></li>
<li><a href="struts-template.html">Template Taglib API Reference</a></li>
</ul>
</section>

</chapter></body></document>
