Hi all, I have a GWT application which - works fine in hosted mode, - works fine in Firefox after being deployed in Tomcat6. but, - does not work in IE6! no (right or wrong) response from remote service.
Environment: GWT1.53/GWT Designer 5.1/ Eclipse 3.4/Tomcat6.0 The application is to reverse a string, and even when use IE6, the service does do the work, eg. receives "123" from html page and covert it into "321" (the ***Impl really does this work, there is a System.out.println statement in ***Impl.java) and then return. It is supposed that onSuccess or onFailure would be invoked, but there is no output from the Window.alert(msg) statements in onSuccess and onFailure method. Thanks! Patrick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
