Hi,

I am new to GWT. I am looking at the stockwatcher example in google
gwt tutorial.

I have StockWatcher.css in war folder and I am trying to use this .css
in gwt.xml module file.

For some reason it is not reading the css file from gwt.xml file. If I
refer the file from host page (.html) it works fine.

I am not sure what I am doing wrong.

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='stockwatcher'>
  <!-- Inherit the core Web Toolkit stuff.                        -->
  <inherits name='com.google.gwt.user.User'/>

  <!-- Inherit the default GWT style sheet.  You can change       -->
  <!-- the theme of your GWT application by uncommenting          -->
  <!-- any one of the following lines.                            -->

  <inherits name='com.google.gwt.user.theme.standard.Standard'>
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->


  <!-- Specify the app entry point class.                         -->
  <entry-point
class='com.google.gwt.sample.stockwatcher.client.StockWatcher'/>

    <!-- Specify the application specific style sheet.              --
>
 <stylesheet src='StockWatcher.css' />

 </module>


thank you

-- 
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