Hi,

how can I show and hide files of a <t:beanEditor object="car"> based on a
boolean variable within the object that is displayed?

class Car {
   boolean flag;
   String name;
}

How can I tell Tapestry to only display the name is flag is marked. And if I
uncheck the checkbox in beanEditor, I want the name to disappear.

Any hints?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Show-and-hide-fields-based-on-boolean-dynamic-property-tp5717668.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to