You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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?
The text was updated successfully, but these errors were encountered:
nutmix
changed the title
using except to show id and dateCreated as per docs does not work.
using except to show id and dateCreated as per docs does not seem to work.
Mar 5, 2019
The fields documentation says this:
Firstly, this seems to be a typo. Should it be "[]"?
gives a compilation error.
does not show the id and dateCreated. Nor does this:
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?
The text was updated successfully, but these errors were encountered: