Hi,

I've searched the forums for some examples, but I can't seem to find
any.  How can I pass the whole data content of an Editable Grid Panel
into a Servlet..

Im successful in passing a Textfield, by accessing its name,

/*In the servlet class*/
FileItemStream item = iterator.next();
String name = item.getFieldName();
String value = Streams.asString(stream);

But how can I get the editor grid values?

Thanks So much!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to