On Wednesday, September 5, 2012 12:54:52 PM UTC+2, Drew Spencer wrote: > > Hi, > > I created a list of the 4 strings, called setAcceptableValues(list) in the > connstructor, but now I get the 4 values in the list, plus a null entry. > What am I doing wrong? >
If there's a 'null' entry that you didn't add in the "acceptable values", then it means setValue(null) was called, i.e. you're editing an Address whose getState() returns 'null'. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/86CbueDsvBoJ. 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.
