Sunday, December 25, 2016

Re: Requestfactory: How to build ValueProxy

Hi again,

maybe a simple example helps to understand better:
I actually want a request like this:

    Request<Void> findAll(VehicleProxy vehicle);

However I want to send car, motorbike, bike etc with the request. Those are all implementing the "Vehicle" interface but also have more attributes and methods.

For now Im able to create and send the mentioned proxies. But the  attributes along with this object are null on the server. In my request I can see that no attributes are send along the request.

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