I am very sorry, it was my fault. I had a little trouble with caching
and the pages didn't refresh as I expected them to.  As a newbe to GWT
I was a bit desperate of not seeing the compiled pages to update. So
this error is a false positive, sorry for that! :(

On Apr 19, 10:30 am, Salvador Diaz <diaz.salva...@gmail.com> wrote:
> 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 <vad.vik...@gmail.com> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to