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
<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.
The text was updated successfully, but these errors were encountered:
<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.
The text was updated successfully, but these errors were encountered: