mmiotk
04-24-2008, 10:54 AM
How can I set the default value from ComboBox.
I try:
a) call ComboBox: : select(5)
b) call ComboBox: : setValue("MyItemLabel");
c) call ComboBox: : setValue(new CDCBaseModel("MyItemLabel")); where CDCBaseModel extends BaseModel and overrides hashCode() and equals()
but these variants doesn't give any effects.
(I work with Firefox browser)
I try:
a) call ComboBox: : select(5)
b) call ComboBox: : setValue("MyItemLabel");
c) call ComboBox: : setValue(new CDCBaseModel("MyItemLabel")); where CDCBaseModel extends BaseModel and overrides hashCode() and equals()
but these variants doesn't give any effects.
(I work with Firefox browser)