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

[enhancement request] option to hide null feilds in <f:display bean="user" /> #299

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

Comments

@nutmix
Copy link

nutmix commented Mar 7, 2019

<f:display bean="xxx"> is great. However if its a big domain object (such as user with perhaps 20 nullable fields), it would be fantastic to have an option to not display all the null ones.

e.g.

<f:display bean="xxx" hideNull="true">

This one addition would save us hundreds of additional lines of code doing each field by hand.

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