denis111 opened a new issue, #14247:
URL: https://github.com/apache/grails-core/issues/14247
```
<f:with..>
<g:render template="my-template" model="${[bean:'user',property:'name']}"/>
</f:with>
throws excepstion at:
Around line 80 of
grails-app/taglib/grails/plugin/formfields/FormFieldsTagLib.groovy
77: beanStack.push(beanPrefix)
78: out << body()
79: } finally {
80: beanStack.pop()
81: }
82: }
```
--
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]