hi all,

i created a gwt application to save data into database using rpc
however, the data never get saved.

when i debug, i step into the line service.saveData(formData,
callback); and realised that there is no source.

on my eclipse, it says that the source should be at
MySQLConnService_Proxy.savedata(Map, AsynCallback) however, i do not
have a MySQLConnService_Proxy class! and my saveData() should be at
MySQLConnServiceAsync class.

what should i do?


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