Hi

I'm having a slightly more successful morning than evening.

My WAR structure in my 1.6 project looks like this now:

js
tracker
WEB-INF
index.jsp
Tracker.css
Tracker.html

As you can see my application is called Tracker. I originally had the
js directory, which holds the JavaScript from gwtext.jar and
gwtextux.jar, in the tracker directory, which meant it got overwritten
every time I built.

I modified Tracker.gwt.xml to look like this:

...
<entry-point class='uk.co.marauder.tracker.client.Tracker'/>
  <stylesheet src="/js/ext/resources/css/ext-all.css" />
    <script src="/js/ext/adapter/ext/ext-base.js" />
    <script src="/js/ext/ext-all.js" />
...

And in hosted mode it all works fine. (PeterF, I wonder if this is the
same problem you have?).

I can't help thinking that there should be a way to use GXT without
having to unpack and separately include the JavaScript. I tried
putting the jars in a few different places in the WAR structure, but
to no avail. Any suggestions?

Anyway, it works in hosted mode,but I get a blank screen in firefox
when running on TomCat and the same message as PeterF
($wnd.Ext.StatusBar is null or not an object) from Internet Explorer.

Any thoughts?



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

Reply via email to