Skip to content

Commit eaba794

Browse files
committed
Removed misleading note on readonly and disabled flags in spring-form.tld
Issue: SPR-13397
1 parent 63fe5b9 commit eaba794

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

spring-webmvc/src/main/resources/META-INF/spring-form.tld

+7-7
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@
12781278
<rtexprvalue>true</rtexprvalue>
12791279
</attribute>
12801280
<attribute>
1281-
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description>
1281+
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
12821282
<name>disabled</name>
12831283
<required>false</required>
12841284
<rtexprvalue>true</rtexprvalue>
@@ -1448,7 +1448,7 @@
14481448
<rtexprvalue>true</rtexprvalue>
14491449
</attribute>
14501450
<attribute>
1451-
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description>
1451+
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
14521452
<name>disabled</name>
14531453
<required>false</required>
14541454
<rtexprvalue>true</rtexprvalue>
@@ -1636,7 +1636,7 @@
16361636
<rtexprvalue>true</rtexprvalue>
16371637
</attribute>
16381638
<attribute>
1639-
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description>
1639+
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
16401640
<name>disabled</name>
16411641
<required>false</required>
16421642
<rtexprvalue>true</rtexprvalue>
@@ -1806,7 +1806,7 @@
18061806
<rtexprvalue>true</rtexprvalue>
18071807
</attribute>
18081808
<attribute>
1809-
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description>
1809+
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
18101810
<name>disabled</name>
18111811
<required>false</required>
18121812
<rtexprvalue>true</rtexprvalue>
@@ -1994,7 +1994,7 @@
19941994
<rtexprvalue>true</rtexprvalue>
19951995
</attribute>
19961996
<attribute>
1997-
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description>
1997+
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
19981998
<name>disabled</name>
19991999
<required>false</required>
20002000
<rtexprvalue>true</rtexprvalue>
@@ -2102,7 +2102,7 @@
21022102
<rtexprvalue>true</rtexprvalue>
21032103
</attribute>
21042104
<attribute>
2105-
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will make the HTML element readonly.</description>
2105+
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' will make the HTML element readonly.</description>
21062106
<name>readonly</name>
21072107
<required>false</required>
21082108
<rtexprvalue>true</rtexprvalue>
@@ -2406,7 +2406,7 @@
24062406
<rtexprvalue>true</rtexprvalue>
24072407
</attribute>
24082408
<attribute>
2409-
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description>
2409+
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
24102410
<name>disabled</name>
24112411
<required>false</required>
24122412
<rtexprvalue>true</rtexprvalue>

0 commit comments

Comments
 (0)