Hello all,

I am trying to integrate GWT into an existing application. I have a
legacy form that is posted to the server and some action is taken
there. Now I also have GWT widgets (actually EXT-GWT grid) with some
data that I would like to post within the same request. There is a
rather complex model behind it and I would like to manually serialise
it and put it into a form field so it gets send with the same request
and de-serialise it on the server. The asynchronous RPC service works
fine, but in that case i would have 2 requests send which I would like
to avoid. Does anybody know whether this is feasible? Or are there any
frameworks out there that support this?

In theory this should be possible since the asynchronous call works
similarly (serialise to string deserialise to object).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to