Wednesday, September 15, 2010

Re: AJAX call doesn't ever seem to get made

OK, I fixed the problem now: One of the arguments of the service call
was a class called Item (which I defined). If I pass a Long instead
which happens to be possible but inconvenient, it works. This is still
incredibly puzzling since another service call returns a List<Item>
and that works fine, hence the problem can't be that GWT can't
serialize my Item class properly....

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment