ghost opened a new issue, #14244:
URL: https://github.com/apache/grails-core/issues/14244
On a few occasions I've wanted to use `f:display` to render a value which is
not a bean property. Here's a contrived example
```
<f:with bean="cb">
<f:display value="${cb.calc()}" id="calc"/>
</f:with>
```
But the invocation of `f:display` without a `property` attribute causes an
exception. I don't see why I should need to provide either a `property` or
`bean` attribute when I'm specifying the field value like this?
--
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]