From eaba7948235a9fb60a24f05a5b1b9ce5bde63bb9 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 27 Aug 2015 11:50:10 +0200 Subject: [PATCH] Removed misleading note on readonly and disabled flags in spring-form.tld Issue: SPR-13397 --- .../src/main/resources/META-INF/spring-form.tld | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-webmvc/src/main/resources/META-INF/spring-form.tld b/spring-webmvc/src/main/resources/META-INF/spring-form.tld index f4aafdee64..7977f2e821 100644 --- a/spring-webmvc/src/main/resources/META-INF/spring-form.tld +++ b/spring-webmvc/src/main/resources/META-INF/spring-form.tld @@ -1278,7 +1278,7 @@ true - HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element. disabled false true @@ -1448,7 +1448,7 @@ true - HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element. disabled false true @@ -1636,7 +1636,7 @@ true - HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element. disabled false true @@ -1806,7 +1806,7 @@ true - HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element. disabled false true @@ -1994,7 +1994,7 @@ true - HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element. disabled false true @@ -2102,7 +2102,7 @@ true - HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will make the HTML element readonly. + HTML Optional Attribute. Setting the value of this attribute to 'true' will make the HTML element readonly. readonly false true @@ -2406,7 +2406,7 @@ true - HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. + HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element. disabled false true