Hi,

If I put in the following into my gwt.xml file:

  <stylesheet src='Project.css'/>

everything work fine when I run the app in hosted mode, but when I
deploy, the app won't use the Project.css in the root of the
application, but instead wants to find the css in:

  http://localhost:8090/project/project/Project.css

When I checked the docs,

  
http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModuleXml

it said for a relative url, it'll be equivalent to GWT.getModuleBaseURL
() + "Project.css" which made sense and I thought it would translate
to:

  http://localhost:8090/project/Project.css

but it doesn't. Am I missing something here, or is something amiss?

Thanks,

Mark

--

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