Yep, I tried those forums and have left many messages over there. Some have gotten replies, and many have not ... that is VERY frustrating.
So, I just figured someone over here might know something about the smartgwt-extensions, specifically the gwtrpcds (gwt rpc datasource). On Sep 24, 4:58 pm, tall dave <[email protected]> wrote: > might try the smartclient forums -http://forums.smartclient.com. > they have one specific toSmartGWT, believe the authors are pretty > active on it. > > there's a sticky thread - GWT-RPC DataSource implementation with > sample code. using that i was able to build a GWT-RPC datasource > successfully. > > On Sep 24, 1:35 pm, Thomas Holmes <[email protected]> wrote: > > > I did use one example of a GWT-RPC datasource forSmartGWT, and I got > > very, very close. > > I can get the data from my spring beans, and I copied data to my DTO > > objects. > > But, theSmartGWTListGrid shows 23 rows, and the right column names, > > but no data is listed there. > > > So, I was re-reading the thread again, and I was looking at the > >smartgwt-extensions ... but there is a bug in it, and I don't know how > > I can tell the author that it is broken. > > > In "SimpleGwtRPCDSServiceAsync" the remove method: > > public abstract void remove (SimpleGwtRPCDSRecord record, > > AsyncCallback<Object> asyncCallback); > > Breaks the code "SimpleGwtRPCDSService" > > Changing the line to: > > public abstract void remove (SimpleGwtRPCDSRecord record, > > AsyncCallback<Void> asyncCallback); > > > This then breaks "SimpleGwtRPCDS" when we call: > > service.remove (testRec, new AsyncCallback<Object> () {}); > > > Anyone run into this before and how to fix it? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
