Hi there,
trying to get smartGWT integrated into a fairly large app, and having some trouble getting certain things to render. Decided that I would try the developer console, but it turns out that I can't get it to load either. When I put isc.showLogs() in the browser on my smartgwt page, it goes to the following url:
http://localhost:8080/lusight-webapp/admin/js/sc/system/helpers/Log.html
which does not exist, because the path before /js/sc/system... is wrong. If I manually type the following path in (which uses the base path for my smartgwt app), I get the menus for the developer console but they're all munged together and nothing else is visible:
http://localhost:8080/lusight-webapp/admin/gwt/compiled/com.lusight.gwt.ModelBuilder/js/sc/system/helpers/Log.html
I'm not sure if this is just because I'm going to a page that doesn't get initialized properly unless it's called via the showLogs() call, or whether something else is broken.
On a (possibly related, but not sure) note, my smartgwt app doesn't seem to have any styling working either, even though I'm inheriting from com.smartgwt.SmartGwt.
Any ideas for how to get the console to use the proper path?
cheers
Dan
trying to get smartGWT integrated into a fairly large app, and having some trouble getting certain things to render. Decided that I would try the developer console, but it turns out that I can't get it to load either. When I put isc.showLogs() in the browser on my smartgwt page, it goes to the following url:
http://localhost:8080/lusight-webapp/admin/js/sc/system/helpers/Log.html
which does not exist, because the path before /js/sc/system... is wrong. If I manually type the following path in (which uses the base path for my smartgwt app), I get the menus for the developer console but they're all munged together and nothing else is visible:
http://localhost:8080/lusight-webapp/admin/gwt/compiled/com.lusight.gwt.ModelBuilder/js/sc/system/helpers/Log.html
I'm not sure if this is just because I'm going to a page that doesn't get initialized properly unless it's called via the showLogs() call, or whether something else is broken.
On a (possibly related, but not sure) note, my smartgwt app doesn't seem to have any styling working either, even though I'm inheriting from com.smartgwt.SmartGwt.
Any ideas for how to get the console to use the proper path?
cheers
Dan
Comment