IE can not handle NullPointerExceptions as well as others. I corrected
the NullPointer and now it works.
Setting the GWT output style to DETAILED allowed me to identify what
was wrong.
For future notice, the maven plugin config:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwt-maven-plugin}</version>
<configuration>
<style>DETAILED</style>
<logLevel>TRACE</logLevel>
<runTarget>/SertalVision.html</runTarget>
<inplace>false</inplace>
</configuration>
<executions>
<execution>
<goals>
<!-- <goal>mergewebxml</goal> -->
<goal>compile</goal>
<goal>test</goal>
</goals>
</execution>
</executions>
</plugin>
On Apr 26, 10:02 pm, Micha Roon <[email protected]> wrote:
> Hi,
>
> I have an app developed with GWT. In any browser except IE everything
> works fine. In IE 7, 8 or 9 it breaks.
>
> The link
> ishttps://dev.sertal.net/SertalVision/?locale=de#LoginPlace:test:sertal.ch
>
> In any Browser, the username is filled with test and the tenant with
> sertal.ch
>
> The solution I found is to tell people to install ChromeFrame, but one
> reason I chose GWT was for its browser portability.
>
> Any hint is appreciated.
>
> Micha
--
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.