This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch deprecate-for-removal in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 44f8347a2aae42e553dc979800e877c9a870086f Author: Mattias Reichel <[email protected]> AuthorDate: Fri Feb 27 12:01:07 2026 +0100 deprecate: FormTagLib.actionSubmit Add for removal. --- .../src/main/groovy/org/grails/plugins/web/taglib/FormTagLib.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-gsp/plugin/src/main/groovy/org/grails/plugins/web/taglib/FormTagLib.groovy b/grails-gsp/plugin/src/main/groovy/org/grails/plugins/web/taglib/FormTagLib.groovy index c7acf239e1..355f0b0b09 100644 --- a/grails-gsp/plugin/src/main/groovy/org/grails/plugins/web/taglib/FormTagLib.groovy +++ b/grails-gsp/plugin/src/main/groovy/org/grails/plugins/web/taglib/FormTagLib.groovy @@ -525,7 +525,7 @@ class FormTagLib implements ApplicationContextAware, InitializingBean, TagLibrar * @deprecated As of 7.0.0, use {@link #formActionSubmit} instead * */ - @Deprecated(since = '7.0.0') + @Deprecated(since = '7.0.0', forRemoval = true) Closure actionSubmit = { attrs -> if (!attrs.value) { throwTagError('Tag [actionSubmit] is missing required attribute [value]')
