Sunday, December 25, 2016

Re: Requestfactory: How to build ValueProxy

Ok I got it working now. For those facing the same problems, here are the pitfalls I came across:

1. I create a proxy with one request and send the proxy with another request. One have to create proxies with the same request that is use to call the server.
2. The proxies had setter-Methods but no getter-Methods. Proxies need to declare getter!!

Kind regards,
Manuel

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment