=Scope=
ComponentBackground | componentJavadoc=DropDownChoice
=Background=
=FAQ=
How To Substitute Your Own Message In Place Of 'Choose One' Answer provided by Igor Vaynberg
Create a .properties
file for your subclass of form/panel and define the null key for the value you want. For example:
<p>
mypanel.properties formid.dropdownid.null=Choose One
or
mypanel.properties null=Choose One
=Examples=
See DropDownChoice Examples for a start...
category:FAQ category:Component