Hi,

I need to pass a hashmap from client to server by rpc. I get the following 
exception.
unexpected exception: java.lang.UnsatisfiedLinkError: 
com.google.gwt.user.client.Cookies.loadCookies(Ljava/util/HashMap;)V

I have tried to put the hashmap<String, String> in a serializable class as a 
wrapper, but I still get the same exception.
Is there any special way to pass the hashmap as input parameters?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to