dmccallie
10 May 2009, 5:41 PM
Hi,
I am evaluating GWT 1.6.4 + GXT 2.0-M1, and using Eclipse 3.4 on a Mac, under Java 5 (32 bit)
I can get a simple demo to run, but the hosted browser can't find any of the CSS and Image files necessary to decorate the forms. THe hosted browser returns a 404 on
"GET /css/ext-all.css" as well as 404's on certain GET Image/.... requests later on.
Where are the resources that aren't being found?
I created a sample GWT app using the GWT Eclipse plugin and did the following after confirming that the simple GWT app worked correctly:
+ added <inherits name='com.extjs.gxt.ui.GXT'/> to the module.xml file
+ added <link rel="stylesheet" type="text/css" href="css/ext-all.css" /> to the host page
+ added gxt.jar to the build_path (and automatically to the class_path.)
Clearly some key static resources aren't being found - what should I add and where? I don't see any examples using the GWT Eclipse Plugin - is this a problem?
Thank you!
I am evaluating GWT 1.6.4 + GXT 2.0-M1, and using Eclipse 3.4 on a Mac, under Java 5 (32 bit)
I can get a simple demo to run, but the hosted browser can't find any of the CSS and Image files necessary to decorate the forms. THe hosted browser returns a 404 on
"GET /css/ext-all.css" as well as 404's on certain GET Image/.... requests later on.
Where are the resources that aren't being found?
I created a sample GWT app using the GWT Eclipse plugin and did the following after confirming that the simple GWT app worked correctly:
+ added <inherits name='com.extjs.gxt.ui.GXT'/> to the module.xml file
+ added <link rel="stylesheet" type="text/css" href="css/ext-all.css" /> to the host page
+ added gxt.jar to the build_path (and automatically to the class_path.)
Clearly some key static resources aren't being found - what should I add and where? I don't see any examples using the GWT Eclipse Plugin - is this a problem?
Thank you!