I believe your problem is the lack of a web server. IE doesn't like people opening JS-laced web pages from the local drive. Probably a security concern, I would imagine. I have noticed this with non-GWT html as well, as I will often create little html test harnesses for some jQuery work, and I get the same warning.
-Ben On Feb 10, 2:27 pm, othman <[email protected]> wrote: > Hello, > I'm using GWT 2.1 and IE to test the default hello world GWT app. > I compile the default Hello world GWT app and then go to HTML file and > open it with IE. > I get a red warning message "Your web browser must have JavaScript > enabled in order for this application to display correctly." > I had to allow the active content to be running in order to see the > app screen. > things are a bit different if I run the app via \\.psf\Home > \myFile.htm which is path to my Parallel's "shared directory" .. I > wouldn't see such warning. > also running in dev mode seems not to raise this warning message. > what is the problem of IE running GWT apps in web mode? > > thanks -- 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.
