On Sep 28, 7:18 am, Wolfgang <[email protected]> wrote: > OK, totally got this to work with firefox (I assume it would work with > any other browser, just change the user.agent to the appropriate > value)... here are the lines to add to your module: > > <define-linker name="sso" > class="com.google.gwt.core.linker.SingleScriptLinker" /> > <set-property name="user.agent" value="gecko"/> > <add-linker name="sso"/>
You don't need the <define-linker>, it's already in com.google.gwt.core.Core -- 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.
