Hi all, My company started using GWT for a project a few weeks ago and I must say we all enjoy working with it. I am currently running into a small problem and thought some of you guys may be able to give me a few advices.
I would like to perform a large RPC call using a nested IFRAME. In order to do that, I'm trying to encode the call as a GET request (by passing the payload as a parameter) so that I can modify the URL of the IFRAME. I've successfully modified my servlet to decode the call, but I have trouble modifying the client. I know that I won't be able to get the nice "method call" syntax, but I was hoping to be able to reuse parts of the serialization logic. Given a proxy for the remote service, the name of the method and a list of parameter types and values, is there a way to generate a string containing the payload? I tried to use createStreamWriter() of RemoteServiceProxy but the returned writer doesn't seem to encode the payload with the same data as usual calls. Thanks for your help, Julien --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
