Hi omsrobert,
I am trying get simple JSONP example. Can you please let me know how you
set callback?
Since I also did that in URL as well as using "setCallbackParam" method,
but no luck. Still timeout error.
I see request going through in firebug and has
"&callback=__gwt_jsonp__.P0.onSuccess" a
I got it to work. I had to set the callback param and use
requestObject() with a type of JavaScriptObject instead of String.
--
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-tool...@googlegro
I also tried
jsonp.setCallbackParam("jsoncallback");
but it's not working. Is there any documentation other than the
JavaDoc that shows how to use this?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email t
I need some help getting a simple JSONP example to work. I just want
to call a URL and parse the map that is returned. Need to (1) figure
out why my code below doesn't work and (2) how to parse the map
e.g.
I have a server (192.168.1.99) that has a script:
http://192.168.1.99/some_path/some_sc