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 [2/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-html.tld
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/src/tld/struts-html.tld?rev=376848&r1=376847&r2=376848&view=diff
==============================================================================
--- struts/taglib/trunk/src/tld/struts-html.tld (original)
+++ struts/taglib/trunk/src/tld/struts-html.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>html</short-name>
     <uri>http://struts.apache.org/tags-html</uri>
     <description>
-    <![CDATA[
+        <![CDATA[
   <p>
         This taglib contains tags used to create struts
         input forms, as well as other tags generally useful
@@ -23,13 +23,13 @@
   problem, it is passed to the error page as a request attribute under key
   <code>org.apache.struts.action.EXCEPTION</code>.</p>
   ]]>
-  </description>
+    </description>
     <tag>
         <name>base</name>
         <tag-class>org.apache.struts.taglib.html.BaseTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Render an HTML <code>&lt;base&gt;</code> Element</strong></p>
           
           <p>Renders an HTML <code>&lt;base&gt;</code> element with an
@@ -49,7 +49,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
               <p>The window target for this base reference.</p>
             ]]>
             </description>
@@ -59,7 +59,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
               <p>The server name to use instead of request.getServerName().</p>
             ]]>
             </description>
@@ -69,7 +69,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
               <p>The reference from which the base uri will created.  Possible values are:
               </p>
               <ul>
@@ -88,7 +88,7 @@
         <name>button</name>
         <tag-class>org.apache.struts.taglib.html.ButtonTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Render A Button Input Field</strong></p>
           
             <p>
@@ -108,7 +108,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The keyboard character used to move focus immediately to this
                 element.</p>
             ]]>
@@ -119,28 +119,28 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The alternate text for this element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>altKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The message resources key of the alternate text for this
                 element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>bundle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                     <p>The servlet context attributes key for the MessageResources
                     instance to use.  If not specified, defaults to the
                     application resources configured for our action servlet.</p>
@@ -148,7 +148,7 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -156,11 +156,11 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
           <p>Set to <code>true</code> if this input field should be
           disabled.</p>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -168,7 +168,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>Valid only inside of <code>logic:iterate</code> tag.
                 If <code>true</code> then name of the html tag will be rendered as
                 "propertyName[34]". Number in brackets will be generated for
@@ -181,7 +181,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus.
             ]]>
@@ -192,7 +192,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus and its value has changed.
             ]]>
@@ -203,7 +203,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse click.
             ]]>
@@ -214,7 +214,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse double click.
             ]]>
@@ -225,7 +225,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives input
                 focus.
             ]]>
@@ -236,7 +236,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is depressed.
             ]]>
@@ -247,7 +247,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is depressed and released.
             ]]>
@@ -258,7 +258,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is released.
             ]]>
@@ -269,7 +269,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the mouse
                 pointer and a mouse button is depressed.
             ]]>
@@ -280,7 +280,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the
                 mouse pointer and the pointer is moved.
             ]]>
@@ -291,7 +291,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element was under the
                 mouse pointer but the pointer was moved outside the element.
             ]]>
@@ -302,7 +302,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element was not under
                 the mouse pointer but the pointer is moved inside the element.
             ]]>
@@ -313,7 +313,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the
                 mouse pointer and a mouse button is released.
             ]]>
@@ -324,7 +324,7 @@
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Name of the request parameter that will be included with this
                 submission, set to the specified value.
             ]]>
@@ -335,7 +335,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 CSS styles to be applied to this HTML element.
             ]]>
             </description>
@@ -345,7 +345,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 CSS stylesheet class to be applied to this HTML element
                 (renders a "class" attribute).
             ]]>
@@ -356,7 +356,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Identifier to be assigned to this HTML element (renders
                 an "id" attribute).
             ]]>
@@ -367,7 +367,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The tab order (ascending positive integers) for this element.
             ]]>
             </description>
@@ -377,28 +377,28 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   <p>The advisory title for this element.</p>
                   ]]>
-                  </description>
+            </description>
         </attribute>
         <attribute>
             <name>titleKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   <p>The message resources key for the advisory title
                   for this element.</p>
                   ]]>
-                  </description>
+            </description>
         </attribute>
         <attribute>
             <name>value</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Value of the label to be placed on this button. This value will
                 also be submitted as the value of the specified request parameter.
                 [Body of this tag (if any), or "Click"]
@@ -410,7 +410,7 @@
         <name>cancel</name>
         <tag-class>org.apache.struts.taglib.html.CancelTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
             Render a Cancel Button
         </strong></p>
@@ -428,7 +428,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The keyboard character used to move focus immediately to this
                 element.
             ]]>
@@ -439,28 +439,28 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The alternate text for this element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>altKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The message resources key of the alternate text for this
                 element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>bundle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                     The servlet context attributes key for the MessageResources
                     instance to use.  If not specified, defaults to the
                     application resources configured for our action servlet.
@@ -468,7 +468,7 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -476,18 +476,18 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
           Set to <code>true</code> if this input field should be
           disabled.
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>onblur</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus.
             ]]>
@@ -498,7 +498,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus and its value has changed.
             ]]>
@@ -509,7 +509,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse click.
             ]]>
@@ -520,7 +520,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse double click.
             ]]>
@@ -531,7 +531,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives input
                 focus.
             ]]>
@@ -542,7 +542,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is depressed.
             ]]>
@@ -553,7 +553,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is depressed and released.
             ]]>
@@ -564,7 +564,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is released.
             ]]>
@@ -575,7 +575,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the mouse
                 pointer and a mouse button is depressed.
             ]]>
@@ -586,7 +586,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the
                 mouse pointer and the pointer is moved.
             ]]>
@@ -597,7 +597,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element was under the
                 mouse pointer but the pointer was moved outside the element.
             ]]>
@@ -608,7 +608,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element was not under
                 the mouse pointer but the pointer is moved inside the element.
             ]]>
@@ -619,7 +619,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the
                 mouse pointer and a mouse button is released.
             ]]>
@@ -630,7 +630,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Name of the request parameter that will be included with this
                 submission, set to the specified value.
                 <strong>WARNING</strong> - If you set this attribute to a
@@ -646,7 +646,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 CSS styles to be applied to this HTML element.
             ]]>
             </description>
@@ -656,7 +656,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 CSS stylesheet class to be applied to this HTML element
                 (renders a "class" attribute).
             ]]>
@@ -667,7 +667,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Identifier to be assigned to this HTML element (renders
                 an "id" attribute).
             ]]>
@@ -678,7 +678,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The tab order (ascending positive integers) for this element.
             ]]>
             </description>
@@ -688,28 +688,28 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   <p>The advisory title for this element.</p>
                   ]]>
-                  </description>
+            </description>
         </attribute>
         <attribute>
             <name>titleKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   <p>The message resources key for the advisory title
                   for this element.</p>
                   ]]>
-                  </description>
+            </description>
         </attribute>
         <attribute>
             <name>value</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Value of the label to be placed on this button. This value will
                 also be submitted as the value of the specified request parameter.
                 [Body of this tag (if any), or "Cancel"]
@@ -721,7 +721,7 @@
         <name>checkbox</name>
         <tag-class>org.apache.struts.taglib.html.CheckboxTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
             Render A Checkbox Input Field
         </strong></p>
@@ -752,7 +752,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The keyboard character used to move focus immediately to this
                 element.
             ]]>
@@ -763,28 +763,28 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The alternate text for this element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>altKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The message resources key of the alternate text for this
                 element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>bundle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                     The servlet context attributes key for the MessageResources
                     instance to use.  If not specified, defaults to the
                     application resources configured for our action servlet.
@@ -792,7 +792,7 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -800,18 +800,18 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
           Set to <code>true</code> if this input field should be
           disabled.
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   <p>Name of the request scope bean under which our error messages
                   have been stored.  If not present, the name specified by the
                   <code>Globals.ERROR_KEY</code> constant string will be used.</p>
@@ -825,14 +825,14 @@
             <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[
                 <p>CSS styles to be applied to this HTML element if
                 an error exists for it.</p>
 
@@ -842,14 +842,14 @@
             <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[
                 <p>CSS stylesheet class to be applied to this HTML element if
                 an error exists for it (renders a "class" attribute).</p>
 
@@ -859,14 +859,14 @@
             <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[
                 <p>Identifier to be assigned to this HTML element if
                 an error exists for it (renders an "id" attribute).</p>
 
@@ -876,7 +876,7 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -884,7 +884,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Valid only inside of <code>logic:iterate</code> tag.
                 If <code>true</code> then name of the html tag will be rendered as
                 "id[34].propertyName". Number in brackets will be generated
@@ -897,7 +897,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The attribute name of the bean whose properties are consulted when
                 rendering the current value of this input field. If not specified,
                 the bean associated with the form tag we are nested within is utilized.
@@ -909,7 +909,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus.
             ]]>
@@ -920,7 +920,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus and its value has changed.
             ]]>
@@ -931,7 +931,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse click.
             ]]>
@@ -942,7 +942,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse double click.
             ]]>
@@ -953,7 +953,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives input
                 focus.
             ]]>
@@ -964,7 +964,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is depressed.
             ]]>
@@ -975,7 +975,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is depressed and released.
             ]]>
@@ -986,7 +986,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is released.
             ]]>
@@ -997,7 +997,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the mouse
                 pointer and a mouse button is depressed.
             ]]>
@@ -1008,7 +1008,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the
                 mouse pointer and the pointer is moved.
             ]]>
@@ -1019,7 +1019,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element was under the
                 mouse pointer but the pointer was moved outside the element.
             ]]>
@@ -1030,7 +1030,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element was not under
                 the mouse pointer but the pointer is moved inside the element.
             ]]>
@@ -1041,7 +1041,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the
                 mouse pointer and a mouse button is released.
             ]]>
@@ -1052,7 +1052,7 @@
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Name of the request parameter that will be included with this
                 submission, set to the specified value.
             ]]>
@@ -1063,7 +1063,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>CSS styles to be applied to this HTML element.</p>
 
                 <p><strong>N.B.</strong> If present, the <code>errorStyle</code>
@@ -1076,7 +1076,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>CSS stylesheet class to be applied to this HTML element
                 (renders a "class" attribute).</p>
 
@@ -1090,7 +1090,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>Identifier to be assigned to this HTML element (renders
                 an "id" attribute).</p>
 
@@ -1104,7 +1104,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The tab order (ascending positive integers) for this element.
             ]]>
             </description>
@@ -1114,28 +1114,28 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   <p>The advisory title for this element.</p>
                   ]]>
-                  </description>
+            </description>
         </attribute>
         <attribute>
             <name>titleKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   <p>The message resources key for the advisory title
                   for this element.</p>
                   ]]>
-                  </description>
+            </description>
         </attribute>
         <attribute>
             <name>value</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                         The value to be transmitted if this checkbox is
                         checked when the form is submitted.  If not specified,
                         the value "on" will be returned.
@@ -1148,7 +1148,7 @@
         <tag-class>org.apache.struts.taglib.html.ErrorsTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
                 Conditionally display a set of accumulated error messages.
                 </strong></p>
@@ -1183,25 +1183,25 @@
                     does not rely on HTML in your <code>MessageResources</code>.</p>
 
                 ]]>
-                </description>
+        </description>
         <attribute>
             <name>bundle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                     The servlet context attribute key for the MessageResources
                     instance to use.  If not specified, defaults to the
                     application resources configured for our action servlet.
                     ]]>
-                    </description>
+            </description>
         </attribute>
         <attribute>
             <name>footer</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   This value is an optional message resource key that will
                   be printed after the iteration of error messages has finished.
                   Defaults to "errors.footer" if not specified.
@@ -1209,14 +1209,14 @@
             <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[
                   This value is an optional message resource key that will
                   be printed before the iteration of error messages begins.
                   Defaults to "errors.header" if not specified.
@@ -1224,38 +1224,38 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>locale</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                     The session attribute key for the Locale used to select
                     messages to be displayed.  If not specified, defaults to
                     the Struts standard value.
                     ]]>
-                    </description>
+            </description>
         </attribute>
         <attribute>
             <name>name</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   Name of the request scope bean under which our error messages
                   have been stored.  If not present, the name specified by the
                   <code>Globals.ERROR_KEY</code> constant string will be used.
                   ]]>
-                  </description>
+            </description>
         </attribute>
         <attribute>
             <name>prefix</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   This value is an optional message resource key that will
                   be printed before an error message.
                   Defaults to "errors.prefix" if not specified.
@@ -1263,26 +1263,26 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>property</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   Name of the property for which error messages should be
                   displayed.  If not specified, all error messages (regardless
                   of property) are displayed.
                   ]]>
-                  </description>
+            </description>
         </attribute>
         <attribute>
             <name>suffix</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   This value is an optional message resource key that will
                   be printed after an error message.
                   Defaults to "errors.suffix" if not specified.
@@ -1290,14 +1290,14 @@
             <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.html.FileTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
             Render A File Select Input Field
         </strong></p>
@@ -1331,7 +1331,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The keyboard character used to move focus immediately to this
                 element.
             ]]>
@@ -1342,7 +1342,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Comma-delimited set of content types that the server you submit to
                 knows how to process. This list can be used by the client browser
                 to limit the set of file options that is made available for selection.
@@ -1355,28 +1355,28 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The alternate text for this element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>altKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The message resources key of the alternate text for this
                 element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>bundle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                     The servlet context attributes key for the MessageResources
                     instance to use.  If not specified, defaults to the
                     application resources configured for our action servlet.
@@ -1384,7 +1384,7 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -1392,18 +1392,18 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
           Set to <code>true</code> if this input field should be
           disabled.
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>errorKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                   <p>Name of the request scope bean under which our error messages
                   have been stored.  If not present, the name specified by the
                   <code>Globals.ERROR_KEY</code> constant string will be used.</p>
@@ -1417,14 +1417,14 @@
             <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[
                 <p>CSS styles to be applied to this HTML element if
                 an error exists for it.</p>
 
@@ -1434,14 +1434,14 @@
             <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[
                 <p>CSS stylesheet class to be applied to this HTML element if
                 an error exists for it (renders a "class" attribute).</p>
 
@@ -1451,14 +1451,14 @@
             <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[
                 <p>Identifier to be assigned to this HTML element if
                 an error exists for it (renders an "id" attribute).</p>
 
@@ -1468,7 +1468,7 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -1476,7 +1476,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Valid only inside of <code>logic:iterate</code> tag.
                 If <code>true</code> then name of the html tag will be rendered as
                 "id[34].propertyName". Number in brackets will be generated
@@ -1489,7 +1489,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Maximum number of input characters to accept.  This is ignored
                 by most browsers. [No limit]
             ]]>
@@ -1500,7 +1500,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The attribute name of the bean whose properties are consulted when
                 rendering the current value of this input field. If not specified,
                 the bean associated with the form tag we are nested within is utilized.
@@ -1512,7 +1512,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus.
             ]]>
@@ -1523,7 +1523,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus and its value has changed.
             ]]>
@@ -1534,7 +1534,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse click.
             ]]>
@@ -1545,7 +1545,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse double click.
             ]]>
@@ -1556,7 +1556,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives input
                 focus.
             ]]>
@@ -1567,7 +1567,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is depressed.
             ]]>
@@ -1578,7 +1578,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is depressed and released.
             ]]>
@@ -1589,7 +1589,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is released.
             ]]>
@@ -1600,7 +1600,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the mouse
                 pointer and a mouse button is depressed.
             ]]>
@@ -1611,7 +1611,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the
                 mouse pointer and the pointer is moved.
             ]]>
@@ -1622,7 +1622,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element was under the
                 mouse pointer but the pointer was moved outside the element.
             ]]>
@@ -1633,7 +1633,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element was not under
                 the mouse pointer but the pointer is moved inside the element.
             ]]>
@@ -1644,7 +1644,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the
                 mouse pointer and a mouse button is released.
             ]]>
@@ -1655,7 +1655,7 @@
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Name of the request parameter that will be included with this
                 submission, set to the specified value.
             ]]>
@@ -1666,7 +1666,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Size of the file selection box to be displayed.
             ]]>
             </description>
@@ -1676,7 +1676,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>CSS styles to be applied to this HTML element.</p>
 
                 <p><strong>N.B.</strong> If present, the <code>errorStyle</code>
@@ -1689,7 +1689,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>CSS stylesheet class to be applied to this HTML element
                 (renders a "class" attribute).</p>
 
@@ -1703,7 +1703,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>Identifier to be assigned to this HTML element (renders
                 an "id" attribute).</p>
 
@@ -1717,7 +1717,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The tab order (ascending positive integers) for this element.
             ]]>
             </description>
@@ -1727,7 +1727,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <p>The advisory title for this element.</p>
             ]]>
             </description>
@@ -1737,7 +1737,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <p>The message resources key for the advisory title
             for this element.</p>
             ]]>
@@ -1748,7 +1748,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <p>
                 <strong>NOTE</strong>: When setting this to some value, whether
                 intentional or as the result (for example) of validation errors 
@@ -1770,7 +1770,7 @@
         <tag-class>org.apache.struts.taglib.html.FormTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
             Define An Input Form
         </strong></p>
@@ -1792,7 +1792,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                         <p>The URL to which this form will be submitted.  This
                         value is also used to select the ActionMapping we are
                         assumed to be processing, from which we can identify
@@ -1811,21 +1811,21 @@
                         to the <code>path</code> attribute of the corresponding
                         <code>&lt;action&gt;</code> element.</p>
                         ]]>
-                        </description>
+            </description>
         </attribute>
         <attribute>
             <name>acceptCharset</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The list of character encodings for input data that the server should
                 accept.
             
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.2</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -1833,21 +1833,21 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Set to <code>true</code> if the Form's input fields should be
                 disabled.
             
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>enctype</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The content encoding to be used to submit this form, if the method
                 is POST. This must be set to "multipart/form-data" if you are using
                 the file tag to enable file upload. If not specified, the browser
@@ -1860,7 +1860,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The field name (among the fields on this form) to which initial
                 focus will be assigned with a JavaScript function. If not specified,
                 no special JavaScript for this purpose will be rendered.
@@ -1872,21 +1872,21 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 If the focus field is a field array, such as a radio button group, you can 
                 specify the index in the array to receive focus.
             
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.1</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>method</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The HTTP method that will be used to submit this request
                 (GET, POST). [POST]
             ]]>
@@ -1897,7 +1897,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed if the form is reset.
             ]]>
             </description>
@@ -1907,7 +1907,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed if the form is submitted.
             ]]>
             </description>
@@ -1918,14 +1918,14 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Set to <code>true</code> if the Form's input fields should be
                 read only.
             
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.7</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>scriptLanguage</name>
@@ -1933,7 +1933,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The form's focus &lt;script&gt; element will not contain a language attribute
                 when this is set to false.  The default is true but this property is ignored
                 in XHMTL mode.
@@ -1941,14 +1941,14 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>style</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 CSS styles to be applied to this HTML element.
             ]]>
             </description>
@@ -1958,7 +1958,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 CSS stylesheet class to be applied to this HTML element
                 (renders a "class" attribute).
             ]]>
@@ -1969,7 +1969,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Identifier to be assigned to this HTML element (renders
                 an "id" attribute).
             ]]>
@@ -1980,7 +1980,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Window target to which this form is submitted, such as
                 for use in framed presentations.
             ]]>
@@ -1991,7 +1991,7 @@
         <name>frame</name>
         <tag-class>org.apache.struts.taglib.html.FrameTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Render an HTML frame element</strong></p>
           
 
@@ -2083,13 +2083,13 @@
             by using the <code>anchor</code> attribute.</p>
 
          ]]>
-         </description>
+        </description>
         <attribute>
             <name>bundle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                     The servlet context attributes key for the MessageResources
                     instance to use.  If not specified, defaults to the
                     application resources configured for our action servlet.
@@ -2097,14 +2097,14 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>action</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                <p>Logical name of a global <code>Action</code> that
                contains the actual content-relative URI of the destination
                of this transfer.  This hyperlink may be dynamically
@@ -2119,14 +2119,14 @@
 			   for linking to other modules.</p>
 						   
 		   ]]>
-           </description>
+            </description>
         </attribute>
         <attribute>
             <name>module</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
 			   <p>Prefix name of a <code>Module</code> that
 		       contains the action mapping for the <code>Action</code>
 		       that is specified by the <code>action</code> attribute.
@@ -2135,14 +2135,14 @@
 		
 		       <p><strong>Note: </strong>Use "" to map to the default module.</p>
 		  ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>anchor</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>Optional anchor tag ("#xxx") to be added to the generated
                 hyperlink.  Specify this value <strong>without</strong> any
                 "#" character.</p>
@@ -2154,7 +2154,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>Logical name of a global <code>ActionForward</code> that
                 contains the actual content-relative URI of the destination
                 of this transfer.  This hyperlink may be dynamically
@@ -2165,14 +2165,14 @@
                 <code>href</code> attribute,
                 or the <code>page</code> attribute.</p>
              ]]>
-             </description>
+            </description>
         </attribute>
         <attribute>
             <name>frameborder</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>Should a frame border be generated around this frame (1)
                 or not (0)?</p>
             ]]>
@@ -2183,7 +2183,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>Value for the <code>name</code> attribute of the rendered
                 <code>&lt;frame&gt;</code> element.</p>
             ]]>
@@ -2194,7 +2194,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The URL to which this hyperlink will transfer control
                  if activated.  This hyperlink may be dynamically modified
                  by the inclusion of query parameters, as described in the
@@ -2204,14 +2204,14 @@
                  <code>href</code> attribute,
                  or the <code>page</code> attribute.</p>
              ]]>
-             </description>
+            </description>
         </attribute>
         <attribute>
             <name>longdesc</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>URI of a long description of the frame.  This description
                 should supplement the short description provided by the
                 <code>title</code> attribute, and may be particularly useful
@@ -2225,7 +2225,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>java.lang.Integer</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The amount of space (in pixels) to be left between the
                 frame's contents and its top and bottom margins.</p>
             ]]>
@@ -2237,7 +2237,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>java.lang.Integer</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The amount of space (in pixels) to be left between the
                 frame's contents and its left and right margins.</p>
             ]]>
@@ -2248,7 +2248,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The name of a JSP bean that contains a <code>Map</code>
                 representing the query parameters (if <code>property</code>
                 is not specified), or a JSP bean whose property getter is
@@ -2263,7 +2263,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>Should users be disallowed from resizing the frame?
                 (true, false).</p>
             ]]>
@@ -2274,7 +2274,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The module-relative path (beginning with a "/"
                 character) to which this hyperlink will transfer control
                  if activated.  This hyperlink may be dynamically modified
@@ -2285,14 +2285,14 @@
                  <code>href</code> attribute,
                  or the <code>page</code> attribute.</p>
                  ]]>
-                 </description>
+            </description>
         </attribute>
         <attribute>
             <name>paramId</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The name of the request parameter that will be dynamically
                 added to the generated hyperlink.  The corresponding value is
                 defined by the <code>paramName</code> and (optional)
@@ -2306,7 +2306,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The name of a JSP bean that is a String containing the
                 value for the request parameter named by <code>paramId</code>
                 (if <code>paramProperty</code> is not specified), or a JSP
@@ -2322,7 +2322,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The name of a property of the bean specified by the
                 <code>paramName</code> attribute, whose return value must
                 be a String containing the value of the request parameter
@@ -2336,7 +2336,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The scope within which to search for the bean specified
                 by the <code>paramName</code> attribute.  If not specified,
                 all scopes are searched.</p>
@@ -2348,7 +2348,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The name of a property of the bean specified by the
                 <code>name</code> attribute, whose return value must be
                 a <code>java.util.Map</code> containing the query parameters
@@ -2363,7 +2363,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The scope within which to search for the bean specified
                 by the <code>name</code> attribute.  If not specified, all
                 scopes are searched.</p>
@@ -2375,7 +2375,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>Should scroll bars be created unconditionally (yes),
                 never (no), or only when needed (auto)?</p>
             ]]>
@@ -2386,7 +2386,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>CSS styles to be applied to this element.</p>
             ]]>
             </description>
@@ -2396,7 +2396,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 CSS stylesheet class to be applied to this HTML element
                 (renders a "class" attribute).
             ]]>
@@ -2407,7 +2407,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Identifier to be assigned to this HTML element (renders
                 an "id" attribute).
             ]]>
@@ -2418,7 +2418,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The advisory title for this element.</p>
             ]]>
             </description>
@@ -2428,7 +2428,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The message resources key for the advisory title
                 for this element.</p>
             ]]>
@@ -2440,7 +2440,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>If set to <code>true</code>, any current transaction
                 control token will be included in the generated hyperlink,
                 so that it will pass an <code>isTokenValid()</code> test
@@ -2454,7 +2454,7 @@
         <tag-class>org.apache.struts.taglib.html.HiddenTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
             Render A Hidden Field
         </strong></p>
@@ -2472,7 +2472,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The keyboard character used to move focus immediately to this
                 element.
             ]]>
@@ -2483,28 +2483,28 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The alternate text for this element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>altKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The message resources key of the alternate text for this
                 element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>bundle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                     The servlet context attributes key for the MessageResources
                     instance to use.  If not specified, defaults to the
                     application resources configured for our action servlet.
@@ -2512,7 +2512,7 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2.5</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -2520,11 +2520,11 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
           Set to <code>true</code> if this input field should be
           disabled.
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -2532,7 +2532,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Valid only inside of <code>logic:iterate</code> tag.
                 If <code>true</code> then name of the html tag will be rendered as
                 "id[34].propertyName". Number in brackets will be generated
@@ -2545,7 +2545,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 The attribute name of the bean whose properties are consulted
                 when rendering the current value of this input field. If not
                 specified, the bean associated with the form tag we are nested
@@ -2558,7 +2558,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus.
             ]]>
@@ -2569,7 +2569,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus and its value has changed.
             ]]>
@@ -2580,7 +2580,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse click.
             ]]>
@@ -2591,7 +2591,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse double click.
             ]]>
@@ -2602,7 +2602,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives input
                 focus.
             ]]>
@@ -2613,7 +2613,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is depressed.
             ]]>
@@ -2624,7 +2624,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is depressed and released.
             ]]>
@@ -2635,7 +2635,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element has focus and a
                 key is released.
             ]]>
@@ -2646,7 +2646,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the mouse
                 pointer and a mouse button is depressed.
             ]]>
@@ -2657,7 +2657,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the
                 mouse pointer and the pointer is moved.
             ]]>
@@ -2668,7 +2668,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element was under the
                 mouse pointer but the pointer was moved outside the element.
             ]]>
@@ -2679,7 +2679,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element was not under
                 the mouse pointer but the pointer is moved inside the element.
             ]]>
@@ -2690,7 +2690,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element is under the
                 mouse pointer and a mouse button is released.
             ]]>
@@ -2701,7 +2701,7 @@
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Name of this input field, and the name of the corresponding bean
                 property if value is not specified. The corresponding bean property
                 (if any) must be of type String.
@@ -2713,7 +2713,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 CSS styles to be applied to this HTML element.
             ]]>
             </description>
@@ -2723,7 +2723,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 CSS stylesheet class to be applied to this HTML element
                 (renders a "class" attribute).
             ]]>
@@ -2734,7 +2734,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Identifier to be assigned to this HTML element (renders
                 an "id" attribute).
             ]]>
@@ -2745,7 +2745,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <p>The advisory title for this element.</p>
             ]]>
             </description>
@@ -2755,7 +2755,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
             <p>The message resources key for the advisory title
             for this element.</p>
             ]]>
@@ -2766,7 +2766,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Value to which this field should be initialized. [Use the
                 corresponding bean property value]
             ]]>
@@ -2778,7 +2778,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Should the value of this field also be rendered to the
                 response page to make it visible, in addition to creating
                 an HTML type="hidden" element?  By default, only the
@@ -2792,21 +2792,21 @@
         <tag-class>org.apache.struts.taglib.html.HtmlTag</tag-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>Render an HTML <code>&lt;html&gt;</code> Element</strong></p>
           
           <p>Renders an HTML <code>&lt;html&gt;</code> element with
           language attributes extracted from the user's current Locale
           object, if there is one.</p>
           ]]>
-          </description>
+        </description>
         <attribute>
             <name>lang</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                  Renders a lang attribute with the locale stored in the user's session.  If not 
                  found in the session, the language from the <code>Accept-Language</code>
                  HTTP header is used.  If still not found, the default language for the server 
@@ -2815,7 +2815,7 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.2</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>xhtml</name>
@@ -2823,7 +2823,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
               <p>Set to <code>true</code> in order to render 
               <code>xml:lang</code> and <code>xmlns</code> attributes 
               on the generated <code>html</code> element.  This also 
@@ -2834,14 +2834,14 @@
             <dl><dt><b>Since:</b></dt>
             <dd>Struts 1.1</dd></dl>
           ]]>
-          </description>
+            </description>
         </attribute>
     </tag>
     <tag>
         <name>image</name>
         <tag-class>org.apache.struts.taglib.html.ImageTag</tag-class>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
                 Render an input tag of type "image"
                 </strong></p>
@@ -2862,70 +2862,70 @@
                 <p>This tag is only valid when nested inside a form tag body.</p>
 
                 ]]>
-                </description>
+        </description>
         <attribute>
             <name>accesskey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The keyboard character used to move focus immediately
                 to this element.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>align</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The alignment option for this image.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>alt</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The alternate text for this image.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>altKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The message resources key of the alternate text for this
                 image.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>border</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The width (in pixels) of the border around this image.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>bundle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The servlet context attribute key for the MessageResources
                 instance to use.  If not specified, defaults to the
                 application resources configured for our action servlet.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>disabled</name>
@@ -2933,11 +2933,11 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
           Set to <code>true</code> if this input field should be
           disabled.
           ]]>
-          </description>
+            </description>
         </attribute>
         <attribute>
             <name>indexed</name>
@@ -2945,7 +2945,7 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
                 Valid only inside of logic:iterate tag.  If <code>true</code>
                 then name of the html tag will be rendered as
                 "propertyName[34]". Number in brackets will be generated for
@@ -2958,19 +2958,19 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 <p>The session attribute key for the Locale used to select
                 internationalized messages.  If not specified, defaults to the
                 Struts standard value.</p>
                 ]]>
-                </description>
+            </description>
         </attribute>
         <attribute>
             <name>onblur</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus.
             ]]>
@@ -2981,7 +2981,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element loses input
                 focus and its value has changed.
             ]]>
@@ -2992,7 +2992,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
                 JavaScript event handler executed when this element receives a
                 mouse click.
             ]]>
@@ -3003,7 +3003,7 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[

[... 5039 lines stripped ...]


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