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
<[email protected]>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 <[email protected]> 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 [email protected].
>> To post to this group, send email to [email protected].
>> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to