My application works fine in hosted mode and web mode for ie8, and ff3.5. It shows a blank page for ie7 and safari 3.2.1. I don't get any javascript exceptions. Upgrading from ie7 to ie8 fixed the blank page which seems to rule out any networking issues.
My application loads and then immediately makes an ajax call to the server. When the blank page shows, the ajax call to the server is never made. I'm not really sure how to even start debugging. Could someone give me a pointer? I'm developing on Windows XP and Eclipse using GWT 1.7.0. My compile script looks like this: @java -Xms128M -Xmx512M -Xss64M -cp "%~dp0\src;%~dp0\bin;war\WEB-INF \lib\core.jar;C:\Program Files\dev_tools\web\gwt\gwt-windows-1.7.0\gwt- user.jar;C:\Program Files\dev_tools\web\gwt\gwt-windows-1.7.0\gwt-dev- windows.jar" com.google.gwt.dev.Compiler -style obf %* com.seekspeak.SeekSpeakWeb I am not specifying any user.agent properties in my module.xml file. Thanks for any help! Peter --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
