Is there an way with the beandisplay component to have it not show the labels
(and values) if the value is null or empty? 

For example: 

Label1 -- Value1
Label2 -- Null
Label3 -- Value3

Would display as: 

Label1 -- Value1
Label3 -- Value3

If not then is there another way to dynamically do this without having to
check every single field for nulls?

<t:if test="object.value1">
  // display it
</t:if>

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/beandisplay-hide-label-if-value-is-null-tp5714585.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to