Getting following exception on ListBox.addItem after I upgraded to GWT
2.2
The ListBox is created by wrapping an HTML element and already have a
single option i.e. "Select".


Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
at java.util.ArrayList.add(ArrayList.java:367)
at com.google.gwt.user.client.ui.ListBox.insertItem(ListBox.java:350)
at com.google.gwt.user.client.ui.ListBox.insertItem(ListBox.java:323)
at com.google.gwt.user.client.ui.ListBox.addItem(ListBox.java:194)

-- 
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.

Reply via email to