Hi
I'm trying to populate a Dictionary object in GWT with data from the server. The Dictionary takes a javascript as input, but I want to send in a String. (acctually its an hashmap.toString). How do I create an javascript object from my string (in java ) that Dictionary will accept?
Thanks