Hi there,

I use gwt request factory to load some object from server. I'll give an 
example code:

https://gist.github.com/886743<http://www.google.com/url?sa=D&q=https%3A%2F%2Fgist.github.com%2F886743>

This code works just fine in GWT Hosted mode. But problem appears when I 
compile GWT code to JavaScript. For some reason, FooState enumeration can't 
be serialized. Java script throws:
Uncaught java.lang.UnsupportedOperationException: 
com.google.gwt.core.client.JavaScriptObject$
And request factory does not send anything to the server. This bug appears 
only when I give enumeration as parameter in RequestContext method, in 
compiled JavaScript code. In hosted mode I dont have any problems with this.

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