ValueListBox automatically adds any value passed to setValue() to the list of "acceptable values", so you probably have some setValue(null) somewhere, or it might rather be that you don't have a setValue() anywhere, so the ValueListBox tries to select the default value (null) in the list, and adds it to the list of "acceptable values" as a consequence.
-- 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.
