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

lukaszlenart pushed a commit to branch fix/WW-5529-maxlength-s7
in repository https://gitbox.apache.org/repos/asf/struts.git

commit e9116ae3da55473d685ffe40a94a95a633162b21
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue Feb 18 16:28:22 2025 +0100

    WW-5529 Adds autogenerated files with updated desc
---
 core/src/site/resources/tags/combobox-attributes.html  | 8 --------
 core/src/site/resources/tags/password-attributes.html  | 8 --------
 core/src/site/resources/tags/textfield-attributes.html | 8 --------
 3 files changed, 24 deletions(-)

diff --git a/core/src/site/resources/tags/combobox-attributes.html 
b/core/src/site/resources/tags/combobox-attributes.html
index c215391f0..227a8779b 100644
--- a/core/src/site/resources/tags/combobox-attributes.html
+++ b/core/src/site/resources/tags/combobox-attributes.html
@@ -165,14 +165,6 @@
         <td class="tag-attribute">String</td>
         <td class="tag-attribute">Set the value used to retrieve the option 
value.</td>
     </tr>
-    <tr>
-        <td class="tag-attribute">maxLength</td>
-        <td class="tag-attribute">false</td>
-        <td class="tag-attribute"></td>
-        <td class="tag-attribute">false</td>
-        <td class="tag-attribute">Integer</td>
-        <td class="tag-attribute">Deprecated. Use maxlength instead.</td>
-    </tr>
     <tr>
         <td class="tag-attribute">maxlength</td>
         <td class="tag-attribute">false</td>
diff --git a/core/src/site/resources/tags/password-attributes.html 
b/core/src/site/resources/tags/password-attributes.html
index 1bdac2584..01b588198 100644
--- a/core/src/site/resources/tags/password-attributes.html
+++ b/core/src/site/resources/tags/password-attributes.html
@@ -117,14 +117,6 @@
         <td class="tag-attribute">String</td>
         <td class="tag-attribute">String that will be appended to the 
label</td>
     </tr>
-    <tr>
-        <td class="tag-attribute">maxLength</td>
-        <td class="tag-attribute">false</td>
-        <td class="tag-attribute"></td>
-        <td class="tag-attribute">false</td>
-        <td class="tag-attribute">Integer</td>
-        <td class="tag-attribute">Deprecated. Use maxlength instead.</td>
-    </tr>
     <tr>
         <td class="tag-attribute">maxlength</td>
         <td class="tag-attribute">false</td>
diff --git a/core/src/site/resources/tags/textfield-attributes.html 
b/core/src/site/resources/tags/textfield-attributes.html
index 50f2eeee1..fee81b3e5 100644
--- a/core/src/site/resources/tags/textfield-attributes.html
+++ b/core/src/site/resources/tags/textfield-attributes.html
@@ -117,14 +117,6 @@
         <td class="tag-attribute">String</td>
         <td class="tag-attribute">String that will be appended to the 
label</td>
     </tr>
-    <tr>
-        <td class="tag-attribute">maxLength</td>
-        <td class="tag-attribute">false</td>
-        <td class="tag-attribute"></td>
-        <td class="tag-attribute">false</td>
-        <td class="tag-attribute">Integer</td>
-        <td class="tag-attribute">Deprecated. Use maxlength instead.</td>
-    </tr>
     <tr>
         <td class="tag-attribute">maxlength</td>
         <td class="tag-attribute">false</td>

Reply via email to