I dont know , if i understood u well but here is the implementation
for RequestBuilder POST
url - url to send
postData - data to send.
RequestBuilder builder = new RequestBuilder(RequestBuilder.POST,url);
try {
builder.setHeader("Content-Type",
"application/x-www-form-
urlencoded");
Request response = builder.sendRequest(postData, new
RequestCallback
() {
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---