Hi,
The following doesnt show the selected value in the combo . Y? I am
trying to show it in the text box attached to the combo.
SimpleComboBox box = new SimplecomboBox();
box.add("first");
box.add("second");
box.setRawValue("second");
It always shows blank in the text box. Any solution?
Thanks in Advance.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.