you can do toString() on any widget. This will return you the entire html dom. This dom can be send through json or rpc back to your server. If you are getting a html dom string back from the server(with our without manipulation), you can render it using innerHTML() function.
Rakesh Wagh On Aug 27, 10:26 am, max_gtbd <[EMAIL PROTECTED]> wrote: > Hi, > I'm writing a web app to modify an xml document. > the document is first loaded from a server. > then the modified document has to be sent back to the server. > > I can't find a way to send the document back. > > thx if you can help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
