RequestBuilder builder = new RequestBuilder(RequestBuilder.POST,
url);
        builder.setHeader("Content-Type",
"application/x-www-form-urlencoded");
        builder.sendRequest(parameters, callback);

Ian

http://examples.roughian.com


2008/9/30 stymie <[EMAIL PROTECTED]>

>
> Hi,
>
> I cannot figure out how to get gwt working with php on the server
> side. I know the tomcat server shell will not work. I am using eclipse
> and gwt designer.
>
> Does anyone know of any good resources for getting gwt to work with
> php?
>
> Thanks
> >

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to