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
-~----------~----~----~----~------~----~------~--~---