Hi all,

I'm filling manually a combo box and I leave the label for None Selected
Combo.addSelectable("Label A",  new CspInteger(1));
Combo.addSelectable("Label B",  new CspInteger(2));

But when I tried to get the value from the combo box it always return me the
value = null and the label = "None Selected" . I have tried using
Combo.getSelected() and Combo.getValue().

Does any one know why?

Thanks.

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to