What do you mean "they won't work now" ? Do you have errors we can look at so we can diagnose the problem ? Or some sort of analysis of your own ? Have you inspected the requests being sent by your GWT client with firebug ? It can tell you if the request is fine so you can be sure that it's not a GWT problem.
Also, make sure that you understand the limitations introduced by the Same Origin Policy when trying to communicate with a backend different than plain GWT RPC's Cheers, Salvador On Apr 18, 4:27 pm, Ikon <[email protected]> wrote: > I am trying to send some string to a php file and a request data: > > req_builder.sendRequest("test_key=test_value", new RequestCallback() > {... > > and I wish to access the test_value like $_REQUEST['test_key'] in php. > Later i wish to send multiple query variables too. I wish to send > parameters to give it to sql queries. > I have tried to set the header to setHeader("Content-Type", > "application/x-www-form-urlencoded"), but that won't help either. I am > getting empty $_REQUEST array. > > I wish to receive some working example for GWT 1.6. > I know there are some 2-3 year examples out there in this group, but > they won't work now. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
