Re: beandisplay hide label if value is null?

2012-10-31 Thread Pavel Vodenski
gt; View this message in context: > http://tapestry.1045711.n5.nabble.com/beandisplay-hide-label-if-value-is-null-tp5714585p5717465.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubsc

Re: beandisplay hide label if value is null?

2012-10-31 Thread arterzatij
uggestions? -- View this message in context: http://tapestry.1045711.n5.nabble.com/beandisplay-hide-label-if-value-is-null-tp5714585p5717465.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: beandisplay hide label if value is null?

2012-07-19 Thread briano
That worked. Thank you very much. -- View this message in context: http://tapestry.1045711.n5.nabble.com/beandisplay-hide-label-if-value-is-null-tp5714585p5714605.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: beandisplay hide label if value is null?

2012-07-19 Thread Lance Java
You could use the exclude parameter public String getExcludes() { // return a comma separated list of property names based on some logic or null } -- View this message in context: http://tapestry.1045711.n5.nabble.com/beandisplay-hide-label-if-value-is-null-tp5714585p5714592.html Sent from

Re: beandisplay hide label if value is null?

2012-07-18 Thread Thiago H de Paula Figueiredo
On Wed, 18 Jul 2012 19:44:24 -0300, briano wrote: Is there an way with the beandisplay component to have it not show the labels (and values) if the value is null or empty? Use the BeanModelSource to get a BeanModel, change it, then pass it to BeanDisplay. -- Thiago H. de Paula Figueiredo

beandisplay hide label if value is null?

2012-07-18 Thread briano
this without having to check every single field for nulls? // display it -- 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