Removed misleading note on readonly and disabled flags in spring-form.tld

Issue: SPR-13397
master
Juergen Hoeller 9 years ago
parent 63fe5b9069
commit eaba794823
  1. 14
      spring-webmvc/src/main/resources/META-INF/spring-form.tld

@ -1278,7 +1278,7 @@
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
</attribute> </attribute>
<attribute> <attribute>
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description> <description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
<name>disabled</name> <name>disabled</name>
<required>false</required> <required>false</required>
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
@ -1448,7 +1448,7 @@
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
</attribute> </attribute>
<attribute> <attribute>
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description> <description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
<name>disabled</name> <name>disabled</name>
<required>false</required> <required>false</required>
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
@ -1636,7 +1636,7 @@
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
</attribute> </attribute>
<attribute> <attribute>
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description> <description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
<name>disabled</name> <name>disabled</name>
<required>false</required> <required>false</required>
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
@ -1806,7 +1806,7 @@
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
</attribute> </attribute>
<attribute> <attribute>
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description> <description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
<name>disabled</name> <name>disabled</name>
<required>false</required> <required>false</required>
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
@ -1994,7 +1994,7 @@
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
</attribute> </attribute>
<attribute> <attribute>
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description> <description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
<name>disabled</name> <name>disabled</name>
<required>false</required> <required>false</required>
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
@ -2102,7 +2102,7 @@
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
</attribute> </attribute>
<attribute> <attribute>
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will make the HTML element readonly.</description> <description>HTML Optional Attribute. Setting the value of this attribute to 'true' will make the HTML element readonly.</description>
<name>readonly</name> <name>readonly</name>
<required>false</required> <required>false</required>
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
@ -2406,7 +2406,7 @@
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>
</attribute> </attribute>
<attribute> <attribute>
<description>HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.</description> <description>HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element.</description>
<name>disabled</name> <name>disabled</name>
<required>false</required> <required>false</required>
<rtexprvalue>true</rtexprvalue> <rtexprvalue>true</rtexprvalue>

Loading…
Cancel
Save