does Document.toString() give you something you can use on the server side?
-jason On Oct 5, 2009, at 1:22 AM, Parmeet Kohli wrote: > > Hi, > > I'm using the XMLParser class provided by GWT to create modify an > XML document on the client side. I need to use the JAVA > TransformerFactory and Transformer classes so that i can indent the > XML. Is it possible to send the document (class Document) to the > server via RPC ? (so that i can do that on the server side) I'm > getting the following error: > > [ERROR] Type 'com.google.gwt.xml.client.Document' was not serializable > and has no concrete serializable subtypes > > Thanks, > Parmeet > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
