I have just become aware.
RPC or RequestBuilder are the same problem, important is the URL:
String url = "http://mydomain.com/test/servlet";
url = intrinsics.getCachedUrl(url, 1);
RequestBuilder rb = new
RequestBuilder(RequestBuilder.GET,url);
Now, my problem is the input data. How can I pass input data to the
server?
Is it possible with cached url?
José Antonio
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---