internet explorer undefined.cache.js not found

Hello,

my Application works perfectly in every browser, but in internet explorer i see nothing and i get this message from eclipse console:
[font=Courier New]
[size=2]

Jul 15, 2013 10:05:50 AM com.vaadin.server.VaadinServlet serveStaticResourcesInVAADIN
INFO: Requested resource
[/VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/undefined.cache.js] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.

[/size]
[/font]

What should i do?

best regards
Dennis

Vaadin version?
Browser version?
Do you have a custom client-side widgetset?

Hello Marius,

the vaadin version is 7.0.7 and the version of the ie does not matter, I tested ie from 8 to 10 and the problem is in every version.

I used the com.vaadin.DefaultWidgetSet

Dennis

Could you try making a fresh 7.0.7 project and test again with ie?

If I start a new Project and run it with Tomcat it’s the same, i looked in the ie js console:
[font=Courier New]
[size=2]

HTML1202: http://localhost:8080/vaadin/ is running in Compatibility View because ‘Display intranet sites in Compatibility View’ is checked.
vaadin
SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited.
vaadin
SCRIPT5009: ‘JSON’ is undefined
vaadinBootstrap.js, line 145 character 8

[/size]
[/font]

My Project runs with jetty by the way

Dennis

I just found out, if i call the application directly it works, but its important to include it with js.
hier is my html code:

[font=Courier New]
[size=2]

	<div style="background:none;" id="Vaadin7Example" class="v-app">
		<div class=" v-app-loading"></div>
	</div>

[/size]
[/font]

Dennis

I found out the internet explorer is on quirks mode, not on the standard mode

Dennis

I changed html header to:

[code]

[/code]and it works

Dennis

how to do it ?


custom meta tags in vaadin 7