On 8 nov, 00:24, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hi Thomas,
>
> That sounds reasonable. How can I make the GWT-RPC method return a
> Request?
Er, well, just make it return a Request instead of void!
Read more about it in the Asynchronous Interfaces section of:
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&t=DevGuideCreatingServices
"asynchronous methods do not have return types; they generally return
void. Should you wish to have more control over the state of a pending
request, return Request instead."
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---