Hi Paul, thanks for your reply. I understand that server side code cannot be changed to Javascript. The question here was how can I test my server side logic in GWT.
On Tuesday, July 17, 2012 9:59:05 AM UTC-4, Paul Robinson wrote: > > > > [ERROR] Line 13: No source code is available for type > com.ag.sapwidgets.server.ExportDataToExcel; did you forget to inherit a > required module? > > > This is the problem. You are trying to convert to javascript the server > class ExportDataToExcel. Either its package should be added to the set of > packages to be converted to javascript, or else you should stop referring > to it from code that is converted to javascript. > > Paul > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/fYSsBTw_mVgJ. 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.
