Re: Need help with JsonpRequestBuilder

2017-10-28 Thread Anita Vajirkar
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

Re: Need help with JsonpRequestBuilder

2010-03-02 Thread omsrobert
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

Re: Need help with JsonpRequestBuilder

2010-03-02 Thread omsrobert
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

Need help with JsonpRequestBuilder

2010-03-02 Thread omsrobert
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