Thanks Andrea.
On Aug 19, 2:46 pm, Roundcrisis <[email protected]> wrote:
> hi there:
>
> you can post the code you have here?
> otherwise once you have the values somewhere
> you can use XMLParser
>
> create the xml like this
> something like this (obviously depending on what format you are
> expecting on the server side)
>
> xmlDocument = XMLParser.createDocument();
> node = xmlDocument.createElement(<your tagname>);
> node.setAttribute(<tag>, <value>);
>
> then to send it use RequestBuilder (have a look at the docs for
> com.google.gwt.http.client.Request )
> they are much better than anythign i can writte here in two minutes
>
> It really helps if you post code with your questions and if you have a
> solution you want to share put it here so other people can use it.
> Cheers and good luck!
>
> Andrea www.roundcrisis.com
>
>
>
> On Wed, Aug 19, 2009 at 9:40 AM, ds<[email protected]> wrote:
>
> > Hi,
> > I am new to Gwt-Ext. I have a requirement where I need to send form
> > data (user input) to server. How can I use XML for this purpose.
> > Please help.
>
> > Thanks
> > ss- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---