Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Calling Classes from the Server Folder gives compilation error

    Dear Experts in the House

    I'm kind of new to SmartGWT. I used the code below to call a class located in my server folder

    Code:
    CompanyController controller= new CompanyController(companyName.getValue().toString(), companyAddress.getValue().toString(), companyPhone.getValue().toString());
                      controller.save();
    I get a compilation error

    "Loading inherited module 'org.javalove.jpay.server.CompanyController'
    [ERROR] Unable to find 'org/javalove/jpay/server/CompanyController.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?"

    Am i to create a new gwt.xml file for this class? What will be its contents? and in which folder will I place it.

    Thank you in advance
Working...
X