From b15da37891076ccc95523a5a8997d374b2a9572e Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 14 Oct 2015 13:58:15 +0200 Subject: [PATCH] Removed misleading note on readonly and disabled flags in spring-form.tld Issue: SPR-13397 (cherry picked from commit c4a9abb) --- .../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 e038581039d..e5ad6eb0be2 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