As RF complains: you declare a findRate() InstanceRequest<RateProxy,Void> on 
the RateRequest with no corresponding findRate() method on Rate. RF find the 
static findRate(Long) method (same name) which is required in the absence of 
a Locator, which it lists as "possible match" (same name) in the error 
message.
In other words, it's exactly what I told you earlier: your method findRate 
in the RateRequest has no corresponding method findRate in the server-side 
rate class (which by the way, is exactly what the error message says too)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/zDKe0ze5OhEJ.
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