AFAIK, a GWT iframe is completely "client side", and GAE has nothing
to do with it. Running hosted mode tho, it will prompt you for
permission, and tell you how to set a whitelist in hosted mode.

i'm running this on GAE, no problems:

public class Deansjones implements EntryPoint {

        public void onModuleLoad() {

                Window.enableScrolling(false);

                Frame i = new Frame("http://www.news.com";);

                i.setSize("100%", "100%");

                RootPanel.get().add(i);
        }
}

http://deansjones.appspot.com/
On Jul 6, 10:03 pm, Paulo Coutinho <[email protected]> wrote:
> Hi ppl,
>
> Im again, i have some problems on try to open an iframe with the URL
> of my other website.
>
> My application is on app engine, and the iframe open my site:
> prsolucoes.com but i receive a firebug error: access denied to access
> url prsolucoes.com
>
> How i can make a whitelist to my application?
>
> --
> Atenciosamente,
> Paulo Coutinho.
> Blog:www.prsolucoes.com/blog
> Site:www.prsolucoes.com
> Msn:  [email protected]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to