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 [1/4] - in /struts/taglib/trunk/src/tld: struts-bean.tld struts-html.tld struts-logic.tld struts-nested.tld

Author: husted
Date: Fri Feb 10 13:06:08 2006
New Revision: 376848

URL: http://svn.apache.org/viewcvs?rev=376848&view=rev
Log:
Checkstyle Roundup 
* Taglib tld package reformatted with latest Jalopy settings. Stylistic changes only.


Modified:
    struts/taglib/trunk/src/tld/struts-bean.tld
    struts/taglib/trunk/src/tld/struts-html.tld
    struts/taglib/trunk/src/tld/struts-logic.tld
    struts/taglib/trunk/src/tld/struts-nested.tld

Modified: struts/taglib/trunk/src/tld/struts-bean.tld
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/src/tld/struts-bean.tld?rev=376848&r1=376847&r2=376848&view=diff
==============================================================================
--- struts/taglib/trunk/src/tld/struts-bean.tld (original)
+++ struts/taglib/trunk/src/tld/struts-bean.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>bean</short-name>
     <uri>http://struts.apache.org/tags-bean</uri>
     <description>
-    <![CDATA[
+        <![CDATA[
   <p><strong>Note:  Some of the features in this taglib are also
   available in the <a href="http://java.sun.com/products/jsp/jstl/">JavaServer Pages Standard Tag Library (JSTL)</a>.
   The Struts team encourages the use of the standard tags over the Struts
@@ -30,14 +30,14 @@
   <code>org.apache.struts.action.EXCEPTION</code>.</p>
 
   ]]>
-  </description>
+    </description>
     <tag>
         <name>cookie</name>
         <tag-class>org.apache.struts.taglib.bean.CookieTag</tag-class>
         <tei-class>org.apache.struts.taglib.bean.CookieTei</tei-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Define a scripting variable based on the value(s) of the specified
     request cookie.
@@ -52,54 +52,54 @@
     <p>If no cookie with the specified name can be located, and no default
     value is specified, a request time exception will be thrown.</p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>id</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the scripting variable (and associated page
       scope attribute) that will be made available with the value of the
       specified request cookie.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>multiple</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>If any arbitrary value for this attribute is specified, causes all
       matching cookies to be accumulated and stored into a bean of type
       <code>Cookie[]</code>.  If not specified, the first value for the
       specified cookie will be retrieved as a value of type
       <code>Cookie</code>.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>name</name>
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the request cookie whose value, or values,
       is to be retrieved.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>value</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The default cookie value to return if no cookie with the
       specified name was included in this request.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -108,7 +108,7 @@
         <tei-class>org.apache.struts.taglib.bean.DefineTei</tei-class>
         <body-content>JSP</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Define a scripting variable based on the value(s) of the specified
     bean property.
@@ -181,25 +181,25 @@
     bean creation</a> for more information about these differences, as well
     as alternative approaches to introducing beans into a JSP page.</p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>id</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the scripting variable (and associated page
       scope attribute) that will be made available with the value of the
       specified property.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>name</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the attribute name of the bean whose property is accessed
       to define a new page scope attribute (if <code>property</code> is also
       specified) or the attribute name of the bean that is duplicated with
@@ -207,68 +207,68 @@
       also specified).  This attribute is required unless you specify
       a <code>value</code> attribute or nested body content.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>property</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the property to be accessed on the bean
       specified by <code>name</code>.  This value may be a simple, indexed,
       or nested property reference expression.  If not specified, the bean
       identified by <code>name</code> is given a new reference identified by
       <code>id</code>.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>scope</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the variable scope searched to retrieve the bean specified
       by <code>name</code>.  If not specified, the default rules applied by
       <code>PageContext.findAttribute()</code> are applied.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>toScope</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the variable scope into which the newly defined bean will
       be created.  If not specified, the bean will be created in
       <code>page</code> scope.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>type</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
         <p>Specifies the fully qualified class name of the value to be exposed
         as the <code>id</code> attribute.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>value</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The <code>java.lang.String</code> value to which the exposed bean
       should be set.  This attribute is required unless you specify the
       <code>name</code> attribute or nested body content.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -277,7 +277,7 @@
         <tei-class>org.apache.struts.taglib.bean.HeaderTei</tei-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Define a scripting variable based on the value(s) of the specified
     request header.
@@ -292,25 +292,25 @@
     <p>If no header with the specified name can be located, and no default
     value is specified, a request time exception will be thrown.</p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>id</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the scripting variable (and associated page
       scope attribute) that will be made available with the value of the
       specified request header.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>multiple</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>If any arbitrary value for this attribute is specified, causes a call
       to <code>HttpServletRequest.getHeaders()</code> and a definition of the
       result as a bean of type <code>String[]</code>.  Otherwise,
@@ -318,29 +318,29 @@
       definition of the result as a bean of type <code>String</code>
       will be performed.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>name</name>
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the request header whose value, or values,
       is to be retrieved.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>value</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The default header value to return if no header with the
       specified name was included in this request.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -349,7 +349,7 @@
         <tei-class>org.apache.struts.taglib.bean.IncludeTei</tei-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Load the response from a dynamic application request and make it available
     as a bean.
@@ -379,65 +379,65 @@
         module-relative URI to the desired resource.</li>
     </ul>
     ]]>
-    </description>
+        </description>
         <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>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>forward</name>
             <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 resource to be included.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>href</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Absolute URL (including the appropriate protocol prefix such as
       "http:") of the resource to be included.  Because this URL could be
       external to the current web application, the session identifier will
       <strong>not</strong> be included in the request.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>id</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the scripting variable (and associated page
       scope attribute) that will be made available with the value of the
       specified web application resource.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>page</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Module-relative URI (starting with a '/') of the web application
       resource to be included.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>transaction</name>
@@ -445,12 +445,12 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
         <p>Set to <code>true</code> if you want the current
         transaction control token included in the generated
         URL for this include.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -458,7 +458,7 @@
         <tag-class>org.apache.struts.taglib.bean.MessageTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Render an internationalized message string to the response.
     </strong></p>
@@ -481,131 +481,131 @@
     </code>
     </p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>arg0</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>First parametric replacement value, if any.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>arg1</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Second parametric replacement value, if any.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>arg2</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Third parametric replacement value, if any.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>arg3</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Fourth parametric replacement value, if any.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>arg4</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Fifth parametric replacement value, if any.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>bundle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The name of the application scope bean under which the
       <code>MessageResources</code> object containing our messages
       is stored.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>key</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The message key of the requested message, which must have
       a corresponding value in the message resources. If not specified,
       the key is obtained from the <code>name</code> and
       <code>property</code> attributes.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>locale</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The name of the session scope bean under which our currently
       selected <code>Locale</code> object is stored.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>name</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the attribute name of the bean whose property is accessed
       to retrieve the value specified by <code>property</code> (if
       specified).  If <code>property</code> is not specified, the value of
       this bean itself will be used as the message resource key.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>property</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the property to be accessed on the bean
       specified by <code>name</code>.  This value may be a simple, indexed,
       or nested property reference expression.  If not specified, the value
       of the bean identified by <code>name</code> will itself be used as the
       message resource key.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>scope</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the variable scope searched to retrieve the bean specified
       by <code>name</code>.  If not specified, the default rules applied by
       <code>PageContext.findAttribute()</code> are applied.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -614,7 +614,7 @@
         <tei-class>org.apache.struts.taglib.bean.PageTei</tei-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Expose a specified item from the page context as a bean.
     </strong></p>
@@ -626,31 +626,31 @@
     <p>If a problem occurs while retrieving the specified configuration
     object, a request time exception will be thrown.</p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>id</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the scripting variable (and associated
       page scope attribute) that will be made available with the value of
       the specified page context property.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>property</name>
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Name of the property from our page context to be retrieved and
       exposed.  Must be one of <code>application</code>, <code>config</code>,
       <code>request</code>, <code>response</code>, or <code>session</code>.
       </p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -659,7 +659,7 @@
         <tei-class>org.apache.struts.taglib.bean.ParameterTei</tei-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Define a scripting variable based on the value(s) of the specified
     request parameter.
@@ -674,25 +674,25 @@
     <p>If no request parameter with the specified name can be located, and
     no default value is specified, a request time exception will be thrown.</p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>id</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the scripting variable (and associated page
       scope attribute) that will be made available with the value of the
       specified request parameter.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>multiple</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>If any arbitrary value for this attribute is specified, causes a call
       to <code>ServletRequest.getParameterValues()</code> and a definition of
       the result as a bean of type <code>String[]</code>.  Otherwise,
@@ -700,29 +700,29 @@
       definition of the result as a bean of type <code>String</code>
       will be performed.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>name</name>
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the request parameter whose value, or values,
       is to be retrieved.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>value</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The default parameter value to return if no parameter with the
       specified name was included in this request.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -731,7 +731,7 @@
         <tei-class>org.apache.struts.taglib.bean.ResourceTei</tei-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Load a web application resource and make it available as a bean.
     </strong></p>
@@ -743,42 +743,42 @@
     <p>If a problem occurs while retrieving the specified resource, a
     request time exception will be thrown.</p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>id</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the scripting variable (and associated page
       scope attribute) that will be made available with the value of the
       specified web application resource.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>input</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>If any arbitrary value for this attribute is specified, the resource
       will be made available as an <code>InputStream</code>.  If this
       attribute is not specified, the resource will be made available
       as a <code>String</code>.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>name</name>
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Module-relative name (starting with a '/') of the web application
       resource to be loaded and made available.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -787,7 +787,7 @@
         <tei-class>org.apache.struts.taglib.bean.SizeTei</tei-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Define a bean containing the number of elements in a Collection or Map.
     </strong></p>
@@ -804,68 +804,68 @@
         of the JSP bean specified by the <code>name</code> attribute.</li>
     </ul>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>collection</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <type>java.lang.Object</type>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>A runtime expression that evaluates to an array, a Collection, or
       a Map.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>id</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The name of a page scope JSP bean, of type
       <code>java.lang.Integer</code>, that will be created to contain the
       size of the underlying collection being counted.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>name</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The name of the JSP bean (optionally constrained to the scope
       specified by the <code>scope</code> attribute) that contains the
       collection to be counted (if <code>property</code> is not specified),
       or whose property getter is called to return the collection to be
       counted (if <code>property</code> is specified.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>property</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The name of the property, of the bean specified by the
       <code>name</code> attribute, whose getter method will return the
       collection to be counted.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>scope</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The bean scope within which to search for the JSP bean specified
       by the <code>name</code> attribute.  If not specified, the available
       scopes are searched in ascending sequence.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -874,7 +874,7 @@
         <tei-class>org.apache.struts.taglib.bean.StrutsTei</tei-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Expose a named Struts internal configuration object as a bean.
     </strong></p>
@@ -889,51 +889,51 @@
     <p>If a problem occurs while retrieving the specified configuration
     object, a request time exception will be thrown.</p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>id</name>
             <required>true</required>
             <rtexprvalue>false</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the scripting variable (and associated
       page scope attribute) that will be made available with the value of
       the specified Struts internal configuration object.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>formBean</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the Struts <code>ActionFormBean</code>
       definition object to be exposed.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>forward</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the global Struts <code>ActionForward</code>
       definition object to be exposed.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>mapping</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the matching path of the Struts <code>ActionMapping</code>
       definition object to be exposed.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
     <tag>
@@ -941,7 +941,7 @@
         <tag-class>org.apache.struts.taglib.bean.WriteTag</tag-class>
         <body-content>empty</body-content>
         <description>
-        <![CDATA[
+            <![CDATA[
             <p><strong>
     Render the value of the specified bean property to the current
     JspWriter.
@@ -970,18 +970,18 @@
     <p>If a problem occurs while retrieving the specified bean property, a
     request time exception will be thrown.</p>
     ]]>
-    </description>
+        </description>
         <attribute>
             <name>bundle</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>The name of the application scope bean under which the
       <code>MessageResources</code> object containing our messages
       is stored.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>filter</name>
@@ -989,19 +989,19 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>If this attribute is set to <code>true</code>, the rendered property
       value will be filtered for characters that are sensitive in HTML, and any
       such characters will be replaced by their entity equivalents.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>format</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the format string to use to convert bean or property value
       to the <code>String</code>. If nothing specified, then default format
       string for value data type will be searched in message resources by
@@ -1051,17 +1051,17 @@
         date, time and number values.</p>
 -->
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>formatKey</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the key to search format string in application resources.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>ignore</name>
@@ -1069,64 +1069,64 @@
             <rtexprvalue>true</rtexprvalue>
             <type>boolean</type>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>If this attribute is set to <code>true</code>, and the bean specified
       by the <code>name</code> and <code>scope</code> attributes does not
       exist, simply return without writing anything.  If this attribute is
       set to <code>false</code>, a runtime exception to be thrown,
       consistent with the other tags in this tag library.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>locale</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
         <p>The name of the session scope bean under which our currently
         selected <code>Locale</code> object is stored.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>name</name>
             <required>true</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the attribute name of the bean whose property is accessed
       to retrieve the value specified by <code>property</code> (if
       specified).  If <code>property</code> is not specified, the value of
       this bean itself will be rendered.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>property</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the name of the property to be accessed on the bean
       specified by <code>name</code>.  This value may be a simple, indexed,
       or nested property reference expression.  If not specified, the bean
       identified by <code>name</code> will itself be rendered.  If the
       specified property returns null, no output will be rendered.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
         <attribute>
             <name>scope</name>
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <description>
-            <![CDATA[
+                <![CDATA[
       <p>Specifies the variable scope searched to retrieve the bean specified
       by <code>name</code>.  If not specified, the default rules applied by
       <code>PageContext.findAttribute()</code> are applied.</p>
       ]]>
-      </description>
+            </description>
         </attribute>
     </tag>
 </taglib>



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