Hello, I believe the XS linker is what you need. See link below.
http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html - Isaac On Wed, Sep 9, 2009 at 5:36 AM, PFP77<[email protected]> wrote: > > Hi, > > I am developing applications in a corporate environnement where all > web applications are hosted (in an iframe) in another web application > that manages sessions and the launch of all other applications. To do > that (and use js methods exposed by the main app), every application > must must lower the document.domain to the last 2 elements (eg > myapp.example.com -> example.com). > > This seems to break the "nested iframe" GWT is creating. (Javascript > permission refused on $wnd.document) > > Is there a nice way to make it work (aside from adding the adequate > <script> at the beginning of each GWT generated html file) ? > > Thanks for you help. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
