You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2006/02/10 22:06:10 UTC

svn commit: r376848 [4/4] - in /struts/taglib/trunk/src/tld: struts-bean.tld struts-html.tld struts-logic.tld struts-nested.tld

Modified: struts/taglib/trunk/src/tld/struts-nested.tld
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/src/tld/struts-nested.tld?rev=376848&r1=376847&r2=376848&view=diff
==============================================================================
--- struts/taglib/trunk/src/tld/struts-nested.tld (original)
+++ struts/taglib/trunk/src/tld/struts-nested.tld Fri Feb 10 13:06:08 2006
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE taglib 
-      PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" 
-      "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
+<!DOCTYPE taglib
+        PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
+        "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
 <taglib>
     <tlib-version>1.3</tlib-version>
     <jsp-version>1.2</jsp-version>
     <short-name>nested</short-name>
     <uri>http://struts.apache.org/tags-nested</uri>
     <description>
-    <![CDATA[
+        <![CDATA[
     <p>[Since Struts 1.1]</p>
     <p>This tag library brings a nested context to the functionality of the
     Struts custom tag library.</p>
@@ -65,13 +65,14 @@
     <a href="options.html"><code>&lt;nested:options&gt;</code></a> tag.
     </p>
   ]]>
-  </description>
+    </description>
     <tag>
         <name>nest</name>
-        <tag-class>org.apache.struts.taglib.nested.NestedPropertyTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.NestedPropertyTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
       Defines a new level of nesting for child tags to reference to
     </strong></p>
@@ -102,26 +103,28 @@
 &lt;/nested:nest &gt;
       </pre>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>property</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
         This specifies the property by which this tag and all child tags
         will be relative to.
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
         <name>writeNesting</name>
-        <tag-class>org.apache.struts.taglib.nested.NestedWriteNestingTag</tag-class>
-        <tei-class>org.apache.struts.taglib.nested.NestedWriteNestingTei</tei-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.NestedWriteNestingTag</tag-class>
+        <tei-class>
+            org.apache.struts.taglib.nested.NestedWriteNestingTei</tei-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
       Writes or makes a scripting variable of the current nesting level.
     </strong></p>
@@ -130,28 +133,28 @@
       the nested tags. Can expose a scripting variable, or simply write out the
       value.
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>property</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
         If not supplied, will simply write out as if "./" or "this/" was supplied.
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>id</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
         If <i>id</i> is supplied, then what would have been written out into the
         response stream, will instead be made available as a String object
         defined by the variable name provided.
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>filter</name>
@@ -159,11 +162,11 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
         true/false value, describing to the tag if the result if to be URLEncoded.
         Helps JavaScript along if the result is required for URL hacking.
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -171,7 +174,7 @@
         <tag-class>org.apache.struts.taglib.nested.NestedRootTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>To start off a nested hierarchy without the need for a form</strong></p>
           
       <p>
@@ -198,26 +201,28 @@
         beans within a JSP that itself is an inclusion into another.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>name</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
         The name of the bean by which all child nested tags will derive their
         bean reference from.
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
         <name>define</name>
-        <tag-class>org.apache.struts.taglib.nested.bean.NestedDefineTag</tag-class>
-        <tei-class>org.apache.struts.taglib.nested.bean.NestedDefineTei</tei-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.bean.NestedDefineTag</tag-class>
+        <tei-class>
+            org.apache.struts.taglib.nested.bean.NestedDefineTei</tei-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Define a scripting variable based on the value(s) of the specified
       bean property.
@@ -229,7 +234,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>id</name>
             <required>true</required>
@@ -275,10 +280,11 @@
     </tag>
     <tag>
         <name>message</name>
-        <tag-class>org.apache.struts.taglib.nested.bean.NestedMessageTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.bean.NestedMessageTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
     Render an internationalized message string to the response.
     </strong></p>
@@ -289,7 +295,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>arg0</name>
             <required>false</required>
@@ -359,11 +365,12 @@
     </tag>
     <tag>
         <name>size</name>
-        <tag-class>org.apache.struts.taglib.nested.bean.NestedSizeTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.bean.NestedSizeTag</tag-class>
         <tei-class>org.apache.struts.taglib.bean.SizeTei</tei-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Define a bean containing the number of elements in a Collection or Map.
     </strong></p>
@@ -374,7 +381,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>collection</name>
             <required>false</required>
@@ -409,10 +416,11 @@
     </tag>
     <tag>
         <name>write</name>
-        <tag-class>org.apache.struts.taglib.nested.bean.NestedWriteTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.bean.NestedWriteTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
     Render the value of the specified bean property to the current
     JspWriter.
@@ -424,7 +432,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>bundle</name>
             <required>false</required>
@@ -484,9 +492,10 @@
     </tag>
     <tag>
         <name>checkbox</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedCheckboxTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedCheckboxTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension - Render A Checkbox Input Field</strong></p>
           
       <p>This tag is an extension of the
@@ -495,7 +504,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -519,11 +528,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -537,44 +546,44 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleClass</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleId</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -718,10 +727,11 @@
     </tag>
     <tag>
         <name>errors</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedErrorsTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedErrorsTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
         Nested Extension - Conditionally display a set of accumulated error messages.
      </strong></p>
@@ -732,7 +742,7 @@
        and usage details.
        </p>
      ]]>
-     </description>
+        </description>
         <attribute>
             <name>bundle</name>
             <required>false</required>
@@ -744,22 +754,22 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>header</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>locale</name>
@@ -778,11 +788,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>property</name>
@@ -795,18 +805,19 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
     </tag>
     <tag>
         <name>file</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedFileTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedFileTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Render A File Select Input Field
     </strong></p>
@@ -817,7 +828,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -847,11 +858,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -865,44 +876,44 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleClass</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleId</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -1058,10 +1069,11 @@
     </tag>
     <tag>
         <name>form</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedFormTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedFormTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension - Define An Input Form</strong></p>
           
       <p>This tag is an extension of the
@@ -1070,7 +1082,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>action</name>
             <required>true</required>
@@ -1089,11 +1101,11 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>enctype</name>
@@ -1137,11 +1149,11 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>scriptLanguage</name>
@@ -1177,9 +1189,10 @@
     </tag>
     <tag>
         <name>hidden</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedHiddenTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedHiddenTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
         Render A Hidden Field
     </strong></p>
@@ -1190,7 +1203,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>alt</name>
             <required>false</required>
@@ -1262,9 +1275,10 @@
     </tag>
     <tag>
         <name>image</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedImageTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedImageTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
     Render an input tag of type "image"
     </strong></p>
@@ -1275,7 +1289,7 @@
     and usage details.
     </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -1479,10 +1493,11 @@
     </tag>
     <tag>
         <name>img</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedImgTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedImgTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension - Render an HTML "img" tag</strong></p>
           
     <p>This tag is an extension of the
@@ -1491,7 +1506,7 @@
     and usage details.
     </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -1712,9 +1727,10 @@
     </tag>
     <tag>
         <name>link</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedLinkTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedLinkTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension - Render an HTML anchor or hyperlink</strong></p>
           
       <p>This tag is an extension of the
@@ -1723,7 +1739,7 @@
       and usage details.
       </p>
       ]]>
-      </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -1778,11 +1794,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>linkName</name>
@@ -1969,11 +1985,12 @@
     </tag>
     <tag>
         <name>messages</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedMessagesTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedMessagesTag</tag-class>
         <tei-class>org.apache.struts.taglib.html.MessagesTei</tei-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
          Nested Extension - Conditionally display a set of accumulated messages.
       </strong></p>
@@ -1984,7 +2001,7 @@
          and usage details.
          </p>
        ]]>
-       </description>
+        </description>
         <attribute>
             <name>id</name>
             <required>true</required>
@@ -2036,9 +2053,10 @@
     </tag>
     <tag>
         <name>multibox</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedMultiboxTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedMultiboxTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
         Render A Checkbox Input Field
     </strong></p>
@@ -2049,7 +2067,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -2073,11 +2091,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -2091,44 +2109,44 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleClass</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleId</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>name</name>
@@ -2265,10 +2283,11 @@
     </tag>
     <tag>
         <name>options</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedOptionsTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedOptionsTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension - Render a Collection of Select Options</strong></p>
           
       <p>This tag is an extension of the
@@ -2301,7 +2320,7 @@
 &lt;/nested:nest &gt;
 </pre>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>collection</name>
             <required>false</required>
@@ -2355,10 +2374,11 @@
     </tag>
     <tag>
         <name>optionsCollection</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
         Render a Collection of Select Options
     </strong></p>
@@ -2370,7 +2390,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>filter</name>
             <required>false</required>
@@ -2417,9 +2437,10 @@
     </tag>
     <tag>
         <name>password</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedPasswordTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedPasswordTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
         Render A Password Input Field
     </strong></p>
@@ -2430,7 +2451,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -2454,11 +2475,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -2472,44 +2493,44 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleClass</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleId</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -2679,9 +2700,10 @@
     </tag>
     <tag>
         <name>radio</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedRadioTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedRadioTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
         Render A Radio Button Input Field
     </strong></p>
@@ -2692,7 +2714,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -2716,11 +2738,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -2734,44 +2756,44 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleClass</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleId</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -2897,10 +2919,11 @@
     </tag>
     <tag>
         <name>select</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedSelectTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedSelectTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
     Render A Select Element
     </strong></p>
@@ -2911,7 +2934,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -2935,11 +2958,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -2953,44 +2976,44 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleClass</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleId</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -3146,9 +3169,10 @@
     </tag>
     <tag>
         <name>submit</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedSubmitTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedSubmitTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension - Render A Submit Button</strong></p>
           
       <p>This tag is an extension of the
@@ -3157,7 +3181,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -3181,11 +3205,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -3330,9 +3354,10 @@
     </tag>
     <tag>
         <name>text</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedTextTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedTextTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
         Render An Input Field of Type text
     </strong></p>
@@ -3343,7 +3368,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -3367,11 +3392,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -3385,44 +3410,44 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleClass</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleId</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -3585,9 +3610,10 @@
     </tag>
     <tag>
         <name>textarea</name>
-        <tag-class>org.apache.struts.taglib.nested.html.NestedTextareaTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.html.NestedTextareaTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension - Render A Textarea</strong></p>
           
       <p>This tag is an extension of the
@@ -3596,7 +3622,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
@@ -3620,11 +3646,11 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>cols</name>
@@ -3644,44 +3670,44 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleClass</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorStyleId</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -3838,10 +3864,11 @@
     </tag>
     <tag>
         <name>empty</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedEmptyTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedEmptyTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
     Evaluate the nested body content of this tag if the requested variable is
     either null or an empty string.
@@ -3853,7 +3880,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>name</name>
             <required>false</required>
@@ -3875,10 +3902,11 @@
     </tag>
     <tag>
         <name>equal</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedEqualTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedEqualTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
     Evaluate the nested body content of this tag if the requested
     variable is equal to the specified value.
@@ -3890,7 +3918,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>cookie</name>
             <required>false</required>
@@ -3936,10 +3964,11 @@
     </tag>
     <tag>
         <name>greaterEqual</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedGreaterEqualTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedGreaterEqualTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension - Evaluate the nested body content of this tag if the requested
     variable is greater than or equal to the specified value.
     </strong></p>
@@ -3950,7 +3979,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>cookie</name>
             <required>false</required>
@@ -3996,10 +4025,11 @@
     </tag>
     <tag>
         <name>greaterThan</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedGreaterThanTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedGreaterThanTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Evaluate the nested body content of this tag if the requested
       variable is greater than the specified value.
@@ -4011,7 +4041,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>cookie</name>
             <required>false</required>
@@ -4057,11 +4087,13 @@
     </tag>
     <tag>
         <name>iterate</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedIterateTag</tag-class>
-        <tei-class>org.apache.struts.taglib.nested.logic.NestedIterateTei</tei-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedIterateTag</tag-class>
+        <tei-class>
+            org.apache.struts.taglib.nested.logic.NestedIterateTei</tei-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Repeat the nested body content of this tag over a specified collection.
     </strong></p>
@@ -4072,7 +4104,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>collection</name>
             <required>false</required>
@@ -4131,10 +4163,11 @@
     </tag>
     <tag>
         <name>lessEqual</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedLessEqualTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedLessEqualTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Evaluate the nested body content of this tag if the requested
       variable is greater than or equal to the specified value.
@@ -4146,7 +4179,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>cookie</name>
             <required>false</required>
@@ -4192,10 +4225,11 @@
     </tag>
     <tag>
         <name>lessThan</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedLessThanTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedLessThanTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Evaluate the nested body content of this tag if the requested
       variable is less than the specified value.
@@ -4207,7 +4241,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>cookie</name>
             <required>false</required>
@@ -4253,10 +4287,11 @@
     </tag>
     <tag>
         <name>match</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedMatchTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedMatchTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Evaluate the nested body content of this tag if the specified value
       is an appropriate substring of the requested variable.
@@ -4268,7 +4303,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>cookie</name>
             <required>false</required>
@@ -4320,10 +4355,11 @@
     </tag>
     <tag>
         <name>messagesNotPresent</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedMessagesNotPresentTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedMessagesNotPresentTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
        Nested Extension -
        Generate the nested body content of this tag if the specified
@@ -4336,7 +4372,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>name</name>
             <required>false</required>
@@ -4358,10 +4394,11 @@
     </tag>
     <tag>
         <name>messagesPresent</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedMessagesPresentTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedMessagesPresentTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
        Nested Extension -
        Generate the nested body content of this tag if the specified
@@ -4374,7 +4411,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>name</name>
             <required>false</required>
@@ -4396,10 +4433,11 @@
     </tag>
     <tag>
         <name>notEmpty</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedNotEmptyTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedNotEmptyTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Evaluate the nested body content of this tag if the requested variable is
       neither null nor an empty string.
@@ -4411,7 +4449,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>name</name>
             <required>false</required>
@@ -4433,10 +4471,11 @@
     </tag>
     <tag>
         <name>notEqual</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedNotEqualTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedNotEqualTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Evaluate the nested body content of this tag if the requested
       variable is not equal to the specified value.
@@ -4448,7 +4487,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>cookie</name>
             <required>false</required>
@@ -4494,10 +4533,11 @@
     </tag>
     <tag>
         <name>notMatch</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedNotMatchTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedNotMatchTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Evaluate the nested body content of this tag if the specified value
       is not an appropriate substring of the requested variable.
@@ -4509,7 +4549,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>cookie</name>
             <required>false</required>
@@ -4561,10 +4601,11 @@
     </tag>
     <tag>
         <name>notPresent</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedNotPresentTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedNotPresentTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Generate the nested body content of this tag if the specified
       value is not present in this request.
@@ -4576,7 +4617,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>cookie</name>
             <required>false</required>
@@ -4628,10 +4669,11 @@
     </tag>
     <tag>
         <name>present</name>
-        <tag-class>org.apache.struts.taglib.nested.logic.NestedPresentTag</tag-class>
+        <tag-class>
+            org.apache.struts.taglib.nested.logic.NestedPresentTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Nested Extension -
       Generate the nested body content of this tag if the specified
       value is present in this request.
@@ -4643,7 +4685,7 @@
       and usage details.
       </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>cookie</name>
             <required>false</required>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org