O.k. thanks for the hint. Now I try to find a solution with GWT2 I would think it should be possible to collect the RPC data -> maybe with overriding the method "doSetRequestData(RequestBuilder rb, String data)" of an own RpcRequestBuilder class.
But I see NO elegant way to stop the sending of the request. A rather dirty hack could be to override the "doSetCallback" method and to prevent the setting of the RequestCallback instance to the RequestBuilder which would lead to an exception when the "send" method of the RequestBuilder instance is called. Could you tell me in what direction you tweak your custom RpcRequestBuilder? Do you have any further suggestions for me? TIA Martin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
