Hello,
I've starting doing some prototyping with Smartclient "v11.0p_2016-11-25/LGPL Deployment", and I've run into a strange problem. I'm getting a bunch of failed get calls:
ISC_Core.js:2770 GET http://localhost:8090/a/b/c/images/blank 404 (Not Found)
ISC_Core.js:2036 GET http://localhost:8090/a/b/c/images/blank 404 (Not Found)
ISC_Grids.js:608 GET http://localhost:8090/a/b/c/images/blank 404 (Not Found)
where localhost:8090/a is a Grails server. What's odd is that I'm able to load the skin just fine, including all the images, e.g.:
http://localhost:8090/a/isomorphic/s...ons/remove.png
My .gsp page sets this:
<SCRIPT>var isomorphicDir="../../isomorphic/";</SCRIPT>
which seems to be correct.
I don't get the error on initial load, but just when I try to display a:
editorType: "SelectItem", multiple: true, multipleAppearance: "picklist",
item which is a field in a ListGrid. The checkboxes in the picklist are not appearing.
Is there some configuration I'm missing?
Thanks,
Amos.
I've starting doing some prototyping with Smartclient "v11.0p_2016-11-25/LGPL Deployment", and I've run into a strange problem. I'm getting a bunch of failed get calls:
ISC_Core.js:2770 GET http://localhost:8090/a/b/c/images/blank 404 (Not Found)
ISC_Core.js:2036 GET http://localhost:8090/a/b/c/images/blank 404 (Not Found)
ISC_Grids.js:608 GET http://localhost:8090/a/b/c/images/blank 404 (Not Found)
where localhost:8090/a is a Grails server. What's odd is that I'm able to load the skin just fine, including all the images, e.g.:
http://localhost:8090/a/isomorphic/s...ons/remove.png
My .gsp page sets this:
<SCRIPT>var isomorphicDir="../../isomorphic/";</SCRIPT>
which seems to be correct.
I don't get the error on initial load, but just when I try to display a:
editorType: "SelectItem", multiple: true, multipleAppearance: "picklist",
item which is a field in a ListGrid. The checkboxes in the picklist are not appearing.
Is there some configuration I'm missing?
Thanks,
Amos.
Comment