nutmix opened a new issue, #14223:
URL: https://github.com/apache/grails-core/issues/14223
The fields documentation says this:
```
// Include id, lastUpdated, dateCreated
<f:table collection="personList" except="[]]"/>
```
Firstly, this seems to be a typo. Should it be "[]"?
<f:display bean="transaction" except="[]]"/>
gives a compilation error.
<f:display bean="transaction" except="[]"/>
does not show the id and dateCreated. Nor does this:
<f:display bean="transaction" except=""/>
The only way i can find to show the id and dateCreated is to hard code every
field in the "properties" parameter, which defeats the object.
I am guessing that this is either a bug, or perhaps the documentation is not
correct?
--
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]