I think I know your problem. In 1.6, if you include links in your static html file, you need to prepend the name of your project. If you look in the WAR file structure and open the folder with your project name, "tracker" in your case, you will see the css file in the structure.
For example: <stylesheet src="/js/ext/resources/css/ext-all.css" /> becomes <stylesheet src="tracker/js/ext/resources/css/ext-all.css" /> I believe this will fix your problem in either project (GWT-Ext or GXT). (also, I hit reply-to-author before, this time I'm posting it to the Group.) -Nick On Apr 12, 12:41 pm, Paul Grenyer <[email protected]> wrote: > HI All > > We've been talking cross purposes and it's my fault for not being > clear from the outset. I've been talking about: > > http://gwt-ext.com/ > > and I think the rest of you (except PeteF) have been talkign about: > > http://extjs.com/products/gxt/ > > So I'll give gxt a go and see if that still gives me the widgets I'm after. > > -- > Thanks > Paul > > Paul Grenyer > e: [email protected] > w:http://www.marauder-consulting.co.uk > b: paulgrenyer.blogspot.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
