Anyone knows a way to abort a request from the RequestBuilder, we're
trying to build a request cache on top of the RpcRequestBuilder,  by
overriding the provided do* methods of rpcrequestbuilder we're able to
cache request data and its response but we cannot abort the ongoing
request nor avoid being sent. The only way we found was by throwing an
IllegalStateException that will break the flow of the builder, the
problem is that then all methods must be wrapped with a try catch
controlling this.
Is there  way to abort the current request from requestbuilder?
Any idea?
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