jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3178406656
##########
grails-gsp/plugin/src/main/groovy/org/grails/plugins/web/taglib/ValidationTagLib.groovy:
##########
@@ -317,7 +317,9 @@ class ValidationTagLib implements TagLibrary {
}
catch (NoSuchMessageException e) {
if (error instanceof MessageSourceResolvable) {
- text = ((MessageSourceResolvable) error).codes[0]
+ MessageSourceResolvable resolvable =
(MessageSourceResolvable) error
Review Comment:
Isn't this a bug fix separate from this PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]