Re: Dynamic Disabled fields with binding
String defaultPrefix = "prop"; > String description = "descrip"; > String expression = "disabled"; > > Binding b = source.newBinding(description, component, > defaultPrefix, expression); >
Dynamic Disabled fields with binding
quot;; Binding b = source.newBinding(description, component, defaultPrefix, expression); b.set(true); } } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/Dynamic-Disabled-fields-with-binding-tp5023027p5023027.html