Thank you for the reply Thomas, No, I didn't create a valueProxy for that Range class. Thinking that I probably don't need one since the param is going one direction from the client back to the server as parameter only and not included in any return object. I probably go for ur suggestions to create my own range class.
Thanks, Joseph On Apr 4, 4:05 am, Thomas Broyer <[email protected]> wrote: > Did you create a ValueProxy for the Range, to use it with RequestFactory? > (there's no such restriction, except that *.client.* classes might not be in > the gwt-servlet.jar that you deploy on the server-side) > Given the need to create a ValueProxy, I'd rather suggest you create your > own Range class for use on server-side. -- 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.
