Arji, Basically what you want to make an GWT RPC call to pass the data along.
Take at look at: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideRemoteProcedureCalls or do a google search GWT RPC to find out more info. On Jan 21, 8:47 pm, Arji <[email protected]> wrote: > Hi Dariusz, > > Thanks for the reply! My goal is, to save the contents of the > EditorGridPanel to a Database.. I don't know how to get the values in > the servlet.. Im using servlet because the formpanel involves file > upload. > > Is there a way? > > Thanks so much! > > On Jan 20, 6:51 pm, "Dariusz Borowski" <[email protected]> wrote: > > > But I found already 3 examples where you can get the values from a grid: > > >http://www.gwt-ext.com/demo/#gridEventshttp://www.gwt-ext.com/demo/#c... > > > 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 -~----------~----~----~----~------~----~------~--~---
