Announcement

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

    404 Warning for missing images

    Hi,
    Though I searched through Smartclient forums for this issue, I still could not get mine working.

    I have enterprise blue skin for my application and my gwt.xml has the following lines:
    <inherits name='com.google.gwt.user.User'/>
    <inherits name="com.smartgwt.SmartGwtNoTheme" />
    <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/>
    <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/>

    I have set isomorphicDir in my module html.

    When I run my application, I get the below warning:
    [WARN] 404 - GET /cat/sc/skins/standard/images/blank.gif

    My concern here is why does it look into 'Standard' when my applciation uses 'Enterprise Blue' theme?

    Its probably due to ISC_CORE.js checking for SKin directory and setting by default to Standard if it could not find one. How to set the skin directory explicitly to Enterpriseblue?

    I do have the ENTERPRISEBLUE folder created in my war under skins dir with all the images/load_skin js and skin_styles.css.

    Thanks for your time,
    Bharathi

    #2
    Sorry, forgot to add the version information:

    I use smartgwt 2.1, gwt 2.0.3, IE 6, Windows XP 2002 SP2

    Comment


      #3
      Any pointers plz?

      Comment


        #4
        http://forums.smartclient.com/showthread.php?t=10172

        I stumbled upon this post today and found that its a known issue with almost all the versions of IE. I use IE6.

        I commented the doc type declaration in [my module].html file and the Warning messages have disappeared.

        Regards,
        Bharathi

        Comment

        Working...
        X