On Wednesday, December 22, 2010 2:46:36 PM UTC+1, Petr Arsentev wrote: > > > String url = "http://localhost:8080/JSONServlet"; > RequestBuilder rb = new RequestBuilder(RequestBuilder.GET, > url); >
Same Origin Policy ? What does url="/JSONServlet" give ? Just in case, see http://code.google.com/webtoolkit/doc/latest/FAQ_Server.html#What_is_the_Same_Origin_Policy,_and_how_does_it_affect_GWT? and http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#How_do_I_use_my_own_server_in_development_mode_instead_of_GWT's -- 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.
