I need a help, I am designing a application using GWT as a front end. So I am writing a wrapper class as application main window, the condition is if I create this class inside the client package, it works fine but If I create the file outside client package it is not loading. The exception I am getting is :
[ERROR] [questwebtoolweb] - Line 27: No source code is available for type com.ibm.projects.qwt.client.ui.ApplicationDefaultWindow; did you forget to inherit a required module?
if you need I can show you the code of my application. But that code is working fine if I put the stuff in client module.
I would really appriciate your help.