Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6328855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:32:17+00:00 2026-05-24T17:32:17+00:00

I am using GWT in a project and recently started using the WindowBuilder in

  • 0

I am using GWT in a project and recently started using the WindowBuilder in Eclipse. I created a new class and in the WindowBuilder and added some widgets. All that works and everything. However, when I try to edit the CSS for some of the panels and I click to edit the “styleName” field I get an error message which says:

"There are no CSS files referenced from modules HTML."

I’ve tried adding a link to a style sheet in my base html file and in the Web.gwt.xml file, but that does not seem to work. I get the same error.

In other classes I have used UiBinder and added the style in the XML file, but this class doesn’t use UiBinder. So how do I associate a CSS file with the class so that the WindowBuilder allows me to edit the style?

In this project I don’t have or use a “war” directory. The project is a couchapp, so I compile it to another directory and push it to CouchDB from there. It seems that in other projects, where there is the original project setup with a war directory, this feature works properly.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T17:32:18+00:00Added an answer on May 24, 2026 at 5:32 pm

    I had the same problem and was able to work around it by moving my CSS-resources from the war-directory to the classpath, specifically inside a package that is declared as a “public path” inside the GWT module descriptior via “<public path=’…’ />”.

    Project layout (odd location for module descriptor because of Eclipse Plugin Bug):

    src
    |- main
       |- java
       |  |- demo
       |     |- client
       |     |  |- MyWidget.java
       |     |  |- MyWidget.ui.xml
       |     |- Demo.gwt.xml
       |- resources
          |- demo
             |- css
                |- Demo.css
    

    Demo.gwt.xml:

    <module>
             ...
        <source path="client" />
             ...
        <public path="css" />
        <stylesheet src="Demo.css" />
             ...
    </module>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've created a GWT project using Eclipse which was working perfectly (I was able
When i create a new GWT (version 2.3) project using the Eclipse (version 3.5)
I have created a GWT project that has some menu items. These menu items
I'm at the beginning/middle of a project that we chose to implement using GWT.
I just started a new GWT project for a client and I'm interested in
I'm using GWT-Designer on a GWT project. It has been working well however some
Today I try to compile my first GWT project (using Eclipse). It has default
I've generated a new Web Application project using GWT 2.0.4. I replace the onModuleLoad()
I created a login page in GWT using widgets and RPC. After succesful login,
I am using UiBinder xml files in a GWT project. The problem is that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.