Friday, September 2, 2011

Re: Request implementation couldn't be found.

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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment