Hi all
We are on GWT 1.4.60 (for various reasons!) and saw yesterday's
announcement of Google Chrome Frame (http://code.google.com/chrome/
chromeframe/). We installed it in our browser (IE 8), dropped the
<meta http-equiv="X-UA-Compatible" content="chrome=1">
line in the GWT application HTML's header.
...
<meta name='gwt:module'
content='com.foo.bar.Application'/>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<!-- -->
<!-- Link CSS file -->
<!-- -->
<link type="text/css" rel='stylesheet'
href='Application.css'/>
...
re-built our WAR and deployed it on Tomcat 6.0.28 locally (Vista).
Sure enough, our application rendered using GCF (right-click shows the
GCF menu as opposed to the IE menu).
We deployed the same WAR on Tomcat on our server (remote, Linux) and
fired it up and accessed it via IE, but it didn't get rendered in GCF.
Will be grateful for any help on what might be the problem.
Regards
Ravi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---