SmartGWT 2.5 Final
Firefox 5
I'm using EnterpriseBlue as I have since it was released but with this release images are missing am I missing something in my configuration that would have changed from the 2.5 nightly on 7/19/2011?
I have the same html setup as the Showcase, I confirmed this with the 2.5 showcase the only difference is that I default EnterpriseBlue instead of Enterprise.
My gwt.xml inherits these:
My Jetty Console shows that the load_skin.js is coming from EnterpriseBlue then I start seeing these 404 errors.
00:00:30.647 [WARN] 404 - GET /eonedashboard/sc/skins/standard/images/Tab/top/baseline_start.gif (172.28.32.76) 1451 bytes
00:00:30.647 [WARN] 404 - GET /eonedashboard/sc/skins/standard/images/Tab/top/tab_Selected_stretch.gif (172.28.32.76) 1457 bytes
etc...
Firefox 5
I'm using EnterpriseBlue as I have since it was released but with this release images are missing am I missing something in my configuration that would have changed from the 2.5 nightly on 7/19/2011?
I have the same html setup as the Showcase, I confirmed this with the 2.5 showcase the only difference is that I default EnterpriseBlue instead of Enterprise.
My gwt.xml inherits these:
Code:
<inherits name="com.smartgwt.SmartGwtNoScript"/> <inherits name="com.smartgwt.tools.SmartGwtTools"/> <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlue"/> <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/>
00:00:30.647 [WARN] 404 - GET /eonedashboard/sc/skins/standard/images/Tab/top/baseline_start.gif (172.28.32.76) 1451 bytes
00:00:30.647 [WARN] 404 - GET /eonedashboard/sc/skins/standard/images/Tab/top/tab_Selected_stretch.gif (172.28.32.76) 1457 bytes
etc...
Comment