If I have a key associated with a null value in a Dictionary, the get
(String) method will throw a MissingResourceException. Is that
intended? The javadoc at
http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/i18n/client/Dictionary.html
does not make this clear.

Here's an example of a dictionary with a misbehaving key/value pair:

var badDict = {
  badKey: null
};

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