Re: Attempting to load client script asynchronously results in error
I didn't realize I needed to place the `<add-linker/>` *after* the `<inherits/>` element (makes sense now that I think of it). Works like a charm.
Thanks Jens!
On Thu, Nov 7, 2013 at 3:27 PM, Geoffrey Arnold <geoffrey.arnold@gmail.com> wrote:
Thanks for the quick response, Jens.I added the following to my App.gwt.xml:<define-linker name="xsiframe" class="com.google.gwt.core.linker.CrossSiteIframeLinker"/><add-linker name="xsiframe"/>... and unfortunately I'm receiving the same error. Any other thoughts?On Tue, Nov 5, 2013 at 2:46 PM, Jens <jens.nehlmeier@gmail.com> wrote:I think using the xsiframe linker should solve this. At least I have never seen this issue for my bookmarklets (also doing the append-to-head technique) that load a GWT script.In your App.gwt.xml add<add-linker name="xsiframe" />-- J.--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home