I just tried placing the css file in public on the same dir as the
gwt.xml, but that causes other problems....if you are referring to
images from css file. It also then, starts to look like a GWT 1.5
project :-)

On Nov 4, 4:08 pm, Open eSignForms <[email protected]> wrote:
> I've seen re-read the modules description and figured out what I
> needed to do, at least in Eclipse, and then to use the default names
> GWT recognizes.
>
> In the project root where your gwt.xml file is, you should have a
> 'client' folder where your client code goes that will be converted to
> javascript, a 'server' folder where you server-side Java code goes,
> and a 'public' folder (which I didn't have before) where you can put
> the CSS referenced in your gwt.xml file without the leading /.  Now
> when I do a GWT Compile, the css files in my public folder are copied
> into the war's module folder where it will automatically look for it,
> so it no longer needs to be in the HTML host document.
>
> Hope that helps you, too.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to