Hi, I am creating a small application. In my application I have created LoginScreen, and some other screen also. when the user login, it is forwarded to other screen. My loginscreen is in web.client.LoginScreen.java.This is the main class. In my application I am using Controller and Model. So far it is working fine. That means I could validate from the database,I could write into database,etc. Now the problem is I create one QueryHelper.java in web.client.query package. So whenever the I tried to Call QueryHelper in LoginScreen it is showing error saying "did you forget to inherit a required module?". But like that some other classes I have already made in other packages and when I call that files it is working fine. LIke LoginController,LoginModel,etc. No problem.But when I create a new QueryHelper it is showing error. I changed the package of queryhelper and put into client folder. still this error is showing. This problem happened suddenly. I tried many times. I couldnot figure out.
Please help me. Thanks bhanu lakshmi. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
