Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using except to show id and dateCreated as per docs does not seem to work. #297

Open
nutmix opened this issue Mar 5, 2019 · 0 comments
Open

Comments

@nutmix
Copy link

nutmix commented Mar 5, 2019

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?

@nutmix 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant