From 44b29b6ecfdf77aec59409601301ca8e21452f0e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 3 Jan 2021 17:43:24 +0100 Subject: [PATCH] Remove obsolete commandName attribute in spring-form.tld Since support for the commandName attribute was removed from the implementation of FormTag in Spring Framework 5.0, the presence of the commandName attribute in the spring-form.tld file is no longer valid and can lead one to assume that the commandName attribute is still supported -- for example when using code completion in a JSP editor. This commit therefore removes the obsolete commandName attribute in spring-form.tld. Closes gh-26337 --- spring-webmvc/src/main/resources/META-INF/spring-form.tld | 6 ------ 1 file changed, 6 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 a44b25de42c..0960f2d9857 100644 --- a/spring-webmvc/src/main/resources/META-INF/spring-form.tld +++ b/spring-webmvc/src/main/resources/META-INF/spring-form.tld @@ -130,12 +130,6 @@ false true - - DEPRECATED: Use "modelAttribute" instead. - commandName - false - true - HTML Required Attribute action