Hey Osei, 2009/4/22 Osei Simba Hinds <[email protected]>: > Hi All/Dushan, > > I re-read all the postings on this Ext issue. Could you be more specific on > which posting solved your issue (or could solve mine)? > > For me, the Wt and Ext JS libraries are compatible (wt 2.99.1 and ext js > 2.0) and my extBaseUrl points to the correct location. I can tell this from > the logging that shows the request for the JS resources are made to the > right directory that exists. However, as noticed, I do get a 404 on Ext > resource requests and my application does not load :(
extBaseUrl should be a url (not simply a path to a file on your filesystem): if you are using local ExtJS files, then the ExtJS files should be within the docroot of your web server. For the built-in httpd, see the --docroot command line argument. Regards, koen ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
