build-legacy/core/xdocs/userGuide/dev_nested.xml (21 lines of code) (raw):
<?xml version="1.0" encoding="ISO-8859-1"?>
<document url="dev_nested.html">
<properties>
<title>The Struts User's Guide - Nested Taglib Guide</title>
</properties>
<body>
<section name="Nested Taglib Guide"/>
<section href="nested" name="The Nested Taglib">
<p>
Nested tags & supporting classes extend the base struts tags to allow them to relate to each other in a nested nature.
The fundamental logic of the original tags don't change, except in that all references to beans and bean properties
will be managed in a nested context.
</p>
</section>
<section href="resources" name="Nested Taglib Resources">
<ul>
<li><a href="../api/org/apache/struts/taglib/nested/package-summary.html#package_description">Nested Taglib Package Description</a></li>
<li><a href="struts-nested.html">Nested Taglib API Reference</a></li>
</ul>
</section>
</body></document>