Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    images/blank is 404 not found

    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.





    #2
    Hi nitroamos,

    see these threads on the problem. Updating your nightly will solve the problem.

    Best regards
    Blama

    Comment


      #3
      Blama

      Thanks, updating fixed it (both the blank images and the missing checkboxes).

      I did a search, but somehow I didn't see those pages... what's weird is that your 3rd link has my search query, but it is not a hit for "blank 404 not found". :confused:

      Comment

      Working...
      X