You need your action class to implement IsSerializable. Also make sure you give it a no-args constructor.
On Dec 30, 8:15 pm, bhomass <[email protected]> wrote: > I am trying out the rpc structure given in the seminar. I get an error > > 20:42:08.171 [ERROR] [rts] > com.jcalc.webclient.client.spreadsheet.rpc.action.GetRecords is not > assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or > 'java.io.Serializable' nor does it have a custom field serializer > (reached via com.jcalc.webclient.client.rpc.Action<T>) > > 20:42:08.187 [ERROR] [rts] Deferred binding failed for > 'com.jcalc.webclient.client.spreadsheet.rpc.RecordService'; expect > subsequent failures > > any one else seen this type of error? -- 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.
