But I found already 3 examples where you can get the values from a grid: http://www.gwt-ext.com/demo/#gridEvents http://www.gwt-ext.com/demo/#checkboxSelectionGrid http://www.gwt-ext.com/demo/#pubsub
Maybe it's not exactly what you are looking for, but at least a hint how to do so. Dariusz On Tue, Jan 20, 2009 at 11:35 AM, Arji <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
