File: dev_nested.xml

package info (click to toggle)
libstruts1.2-java 1.2.9-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 47,756 kB
  • ctags: 29,808
  • sloc: xml: 90,345; java: 71,107; jsp: 31,692; makefile: 9; sh: 2
file content (28 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="ISO-8859-1"?>
<document url="dev_nested.html">
<properties>
<author>Arron Bates</author>
<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 &amp; 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>