This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 54ca829  Automatic Site Publish by Buildbot
54ca829 is described below

commit 54ca829715f315b8faad17b75c8072eb7bc8ed4f
Author: buildbot <us...@infra.apache.org>
AuthorDate: Tue Oct 19 09:05:11 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/builds.html                                 | 38 ++++++++++++++++++++--
 output/tag-developers/a-tag.html                   |  2 +-
 output/tag-developers/actionerror-tag.html         |  2 +-
 output/tag-developers/actionmessage-tag.html       |  2 +-
 output/tag-developers/checkbox-tag.html            |  2 +-
 output/tag-developers/checkboxlist-tag.html        |  2 +-
 output/tag-developers/combobox-tag.html            |  2 +-
 output/tag-developers/component-tag.html           |  2 +-
 output/tag-developers/datetextfield-tag.html       |  2 +-
 output/tag-developers/doubleselect-tag.html        |  2 +-
 output/tag-developers/fielderror-tag.html          |  2 +-
 output/tag-developers/file-tag.html                |  2 +-
 output/tag-developers/form-tag.html                |  2 +-
 output/tag-developers/head-tag.html                |  2 +-
 output/tag-developers/hidden-tag.html              |  2 +-
 output/tag-developers/inputtransferselect-tag.html |  2 +-
 output/tag-developers/label-tag.html               |  2 +-
 .../tag-developers/optiontransferselect-tag.html   |  2 +-
 output/tag-developers/password-tag.html            |  2 +-
 output/tag-developers/radio-tag.html               |  2 +-
 output/tag-developers/reset-tag.html               |  2 +-
 output/tag-developers/select-tag.html              |  2 +-
 output/tag-developers/submit-tag.html              |  2 +-
 output/tag-developers/textarea-tag.html            |  2 +-
 output/tag-developers/textfield-tag.html           |  2 +-
 output/tag-developers/token-tag.html               |  2 +-
 output/tag-developers/updownselect-tag.html        |  2 +-
 27 files changed, 62 insertions(+), 28 deletions(-)

diff --git a/output/builds.html b/output/builds.html
index 02d282e..18a07b7 100644
--- a/output/builds.html
+++ b/output/builds.html
@@ -209,6 +209,40 @@ the <a href="#SourceCode">source code</a> instead.</p>
 we post them <a href="https://dist.apache.org/repos/dist/dev/struts/";>here</a> 
in binary, source and library distributions.
 Library distributions include any external dependencies needed to use a 
product with your application.</p>
 
+<p>You can also use Maven to test the builds, all you have to do is to 
configure a Staging repository in <code 
class="highlighter-rouge">~/.m2/settings.xml</code>
+file like this:</p>
+
+<div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nt">&lt;settings&gt;</span>
+    ...
+    <span class="nt">&lt;profiles&gt;</span>
+        <span class="nt">&lt;profile&gt;</span>
+            <span class="nt">&lt;id&gt;</span>local<span 
class="nt">&lt;/id&gt;</span>
+            <span class="nt">&lt;activation&gt;</span>
+                <span class="nt">&lt;activeByDefault&gt;</span>true<span 
class="nt">&lt;/activeByDefault&gt;</span>
+            <span class="nt">&lt;/activation&gt;</span>
+            <span class="nt">&lt;repositories&gt;</span>
+                <span class="nt">&lt;repository&gt;</span>
+                    <span class="nt">&lt;id&gt;</span>apache-pre-release<span 
class="nt">&lt;/id&gt;</span>
+                    <span 
class="nt">&lt;url&gt;</span>https://repository.apache.org/content/repositories/staging/<span
 class="nt">&lt;/url&gt;</span>
+                    <span class="nt">&lt;layout&gt;</span>default<span 
class="nt">&lt;/layout&gt;</span>
+                <span class="nt">&lt;/repository&gt;</span>
+            <span class="nt">&lt;/repositories&gt;</span>
+        <span class="nt">&lt;/profile&gt;</span>
+    <span class="nt">&lt;/profiles&gt;</span>
+<span class="nt">&lt;/settings&gt;</span>
+</code></pre></div></div>
+
+<p>or add the Staging repository in the project’s POM:</p>
+
+<div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nt">&lt;repositories&gt;</span>
+    <span class="nt">&lt;repository&gt;</span>
+        <span class="nt">&lt;id&gt;</span>apache-pre-release<span 
class="nt">&lt;/id&gt;</span>
+        <span 
class="nt">&lt;url&gt;</span>https://repository.apache.org/content/repositories/staging/<span
 class="nt">&lt;/url&gt;</span>
+        <span class="nt">&lt;layout&gt;</span>default<span 
class="nt">&lt;/layout&gt;</span>
+    <span class="nt">&lt;/repository&gt;</span>
+<span class="nt">&lt;/repositories&gt;</span>
+</code></pre></div></div>
+
 <p>A test build is made available so that it can be reviewed for quality by 
the Apache Struts development group.
 When a build is judged “ready for prime time”, it is promoted to “General 
Availability” status and may be
 made the “Best Available” release. If the group feels that a build requires 
more testing, then it may be marked
@@ -219,8 +253,8 @@ we make the distribution available as a formal <a 
href="releases.html">release</
 
 <p>When a distribution is first made available, it is rated as a development 
build or “snapshot”. Later, the quality
 of the distribution may be upgraded to “Beta” or “General Availability”, based 
on feedback from the community,
-and then made available through ibiblio and other public Maven repositories. 
To obtain an early distribution via Maven,
-specify the ASF Snapshot repository in the project’s POM.</p>
+and then made available through the Maven Central and other public Maven 
repositories. To obtain an early distribution 
+via Maven, specify the ASF Snapshot repository in the project’s POM.</p>
 
 <div class="language-xml highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="nt">&lt;repositories&gt;</span>
     <span class="nt">&lt;repository&gt;</span>
diff --git a/output/tag-developers/a-tag.html b/output/tag-developers/a-tag.html
index 0afd37a..bc7d40a 100644
--- a/output/tag-developers/a-tag.html
+++ b/output/tag-developers/a-tag.html
@@ -189,7 +189,7 @@ using the <code class="highlighter-rouge">param</code> 
tag.</p>
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/actionerror-tag.html 
b/output/tag-developers/actionerror-tag.html
index d8eb52c..0cc9a89 100644
--- a/output/tag-developers/actionerror-tag.html
+++ b/output/tag-developers/actionerror-tag.html
@@ -173,7 +173,7 @@ blank string) errors will not be printed. The action error 
strings will be html
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/actionmessage-tag.html 
b/output/tag-developers/actionmessage-tag.html
index 48d016f..e8670c5 100644
--- a/output/tag-developers/actionmessage-tag.html
+++ b/output/tag-developers/actionmessage-tag.html
@@ -173,7 +173,7 @@ string) messages will not be printed. The action message 
strings will be html es
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/checkbox-tag.html 
b/output/tag-developers/checkbox-tag.html
index 05804d5..6a1a838 100644
--- a/output/tag-developers/checkbox-tag.html
+++ b/output/tag-developers/checkbox-tag.html
@@ -172,7 +172,7 @@
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/checkboxlist-tag.html 
b/output/tag-developers/checkboxlist-tag.html
index 8cafff1..fdc589d 100644
--- a/output/tag-developers/checkboxlist-tag.html
+++ b/output/tag-developers/checkboxlist-tag.html
@@ -176,7 +176,7 @@ to be null and not used.</p>
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/combobox-tag.html 
b/output/tag-developers/combobox-tag.html
index 516db5e..e2dc4bb 100644
--- a/output/tag-developers/combobox-tag.html
+++ b/output/tag-developers/combobox-tag.html
@@ -182,7 +182,7 @@ out the text field.</p>
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/component-tag.html 
b/output/tag-developers/component-tag.html
index e8f07d3..266f343 100644
--- a/output/tag-developers/component-tag.html
+++ b/output/tag-developers/component-tag.html
@@ -215,7 +215,7 @@ you would have to set templateDir=”components”, 
theme=”html” and templat
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/datetextfield-tag.html 
b/output/tag-developers/datetextfield-tag.html
index 550b067..e849de9 100644
--- a/output/tag-developers/datetextfield-tag.html
+++ b/output/tag-developers/datetextfield-tag.html
@@ -170,7 +170,7 @@
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/doubleselect-tag.html 
b/output/tag-developers/doubleselect-tag.html
index aee4f14..7d58848 100644
--- a/output/tag-developers/doubleselect-tag.html
+++ b/output/tag-developers/doubleselect-tag.html
@@ -174,7 +174,7 @@ and <code class="highlighter-rouge">doublelistvalue</code> 
to be null and not us
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/fielderror-tag.html 
b/output/tag-developers/fielderror-tag.html
index f4544bc..a66505a 100644
--- a/output/tag-developers/fielderror-tag.html
+++ b/output/tag-developers/fielderror-tag.html
@@ -173,7 +173,7 @@ html escaped by default.</p>
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/file-tag.html 
b/output/tag-developers/file-tag.html
index 04657c8..ab04dc9 100644
--- a/output/tag-developers/file-tag.html
+++ b/output/tag-developers/file-tag.html
@@ -178,7 +178,7 @@
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/form-tag.html 
b/output/tag-developers/form-tag.html
index 9bce7cd..33f1d5a 100644
--- a/output/tag-developers/form-tag.html
+++ b/output/tag-developers/form-tag.html
@@ -201,7 +201,7 @@ inserted into any HTML element on the page.</p>
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/head-tag.html 
b/output/tag-developers/head-tag.html
index 191ac77..9be2b97 100644
--- a/output/tag-developers/head-tag.html
+++ b/output/tag-developers/head-tag.html
@@ -172,7 +172,7 @@
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/hidden-tag.html 
b/output/tag-developers/hidden-tag.html
index 40b8383..5d918d0 100644
--- a/output/tag-developers/hidden-tag.html
+++ b/output/tag-developers/hidden-tag.html
@@ -172,7 +172,7 @@
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/inputtransferselect-tag.html 
b/output/tag-developers/inputtransferselect-tag.html
index a6eb2c3..2a8aa3e 100644
--- a/output/tag-developers/inputtransferselect-tag.html
+++ b/output/tag-developers/inputtransferselect-tag.html
@@ -220,7 +220,7 @@ and <code 
class="highlighter-rouge">&lt;form_id&gt;_&lt;inputtransferselect_doub
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/label-tag.html 
b/output/tag-developers/label-tag.html
index 9d40120..8ce77c8 100644
--- a/output/tag-developers/label-tag.html
+++ b/output/tag-developers/label-tag.html
@@ -173,7 +173,7 @@ as the rest of your UI controls.</p>
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/optiontransferselect-tag.html 
b/output/tag-developers/optiontransferselect-tag.html
index a64da1a..0b7463e 100644
--- a/output/tag-developers/optiontransferselect-tag.html
+++ b/output/tag-developers/optiontransferselect-tag.html
@@ -322,7 +322,7 @@ and <code 
class="highlighter-rouge">&lt;form_id&gt;_&lt;optiontransferselect_dou
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/password-tag.html 
b/output/tag-developers/password-tag.html
index 39a32b6..7291b65 100644
--- a/output/tag-developers/password-tag.html
+++ b/output/tag-developers/password-tag.html
@@ -170,7 +170,7 @@
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/radio-tag.html 
b/output/tag-developers/radio-tag.html
index 135134c..a60e1ef 100644
--- a/output/tag-developers/radio-tag.html
+++ b/output/tag-developers/radio-tag.html
@@ -176,7 +176,7 @@ to be null and not used.</p>
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/reset-tag.html 
b/output/tag-developers/reset-tag.html
index fec25d9..357abe4 100644
--- a/output/tag-developers/reset-tag.html
+++ b/output/tag-developers/reset-tag.html
@@ -188,7 +188,7 @@ shown on the button face, but has issues with Microsoft 
Internet Explorer at lea
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/select-tag.html 
b/output/tag-developers/select-tag.html
index f21599d..ebb8aeb 100644
--- a/output/tag-developers/select-tag.html
+++ b/output/tag-developers/select-tag.html
@@ -172,7 +172,7 @@
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/submit-tag.html 
b/output/tag-developers/submit-tag.html
index 4c57756..942548e 100644
--- a/output/tag-developers/submit-tag.html
+++ b/output/tag-developers/submit-tag.html
@@ -199,7 +199,7 @@ shown on the button face, but has issues with Microsoft 
Internet Explorer at lea
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/textarea-tag.html 
b/output/tag-developers/textarea-tag.html
index 0ae7971..8a79cd5 100644
--- a/output/tag-developers/textarea-tag.html
+++ b/output/tag-developers/textarea-tag.html
@@ -170,7 +170,7 @@
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cols</td>
diff --git a/output/tag-developers/textfield-tag.html 
b/output/tag-developers/textfield-tag.html
index ecf01a0..64e41af 100644
--- a/output/tag-developers/textfield-tag.html
+++ b/output/tag-developers/textfield-tag.html
@@ -170,7 +170,7 @@
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/token-tag.html 
b/output/tag-developers/token-tag.html
index c220d19..9dd54a1 100644
--- a/output/tag-developers/token-tag.html
+++ b/output/tag-developers/token-tag.html
@@ -174,7 +174,7 @@ the unique token.</p>
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>
diff --git a/output/tag-developers/updownselect-tag.html 
b/output/tag-developers/updownselect-tag.html
index 1b89f6d..dca298a 100644
--- a/output/tag-developers/updownselect-tag.html
+++ b/output/tag-developers/updownselect-tag.html
@@ -201,7 +201,7 @@ form is submitted, its elements will be submitted in the 
order they are arranged
             <td align="left" valign="top"></td>
             <td align="left" valign="top">false</td>
             <td align="left" valign="top">String</td>
-            <td align="left" valign="top">The css class to use for element - 
it's an alias of cssClass attribute.</td>
+            <td align="left" valign="top">(Deprecated) The css class to use 
for element - it's an alias of cssClass attribute.</td>
         </tr>
         <tr>
             <td align="left" valign="top">cssClass</td>

Reply via email to