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 google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.