This is probably a silly question. I tried using Range in one of the finder method for a domain class that retrieve info via RequestFactory +RequestContext framework. The finder would compile and work without problem if the range given is listed as two separate int. However, it would fail on startup and gives the error below if I change the two int(s) to a single Range parameter:
Invalid Request parameterization com.google.gwt.view.client.Range Am I missing something or is it a restriction on GWT that classes from the view.client package should not be used in server side code even if they are plain simple java code? Joseph -- 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.
