Re: Java + AppEngine + GWT + Whitelist

2009-07-07 Thread Paulo Coutinho
yeah, im doing the same, create a new frame, but on firebug apper this error: Permissão negada a http://www.prsolucoes.com para chamar o método Location.toString em http://brfotolog.appspot.com. But it open the page, but i want know if it is normal or have a method to solve it? 2009/7/7 Dean

Re: Java + AppEngine + GWT + Whitelist

2009-07-07 Thread Thomas Broyer
On 7 juil, 17:33, Paulo Coutinho pa...@prsolucoes.com wrote: yeah, im doing the same, create a new frame, but on firebug apper this error: Permissão negada a http://www.prsolucoes.com para chamar o método Location.toString em http://brfotolog.appspot.com. But it open the page, but i  want

Re: Java + AppEngine + GWT + Whitelist

2009-07-07 Thread Paulo Coutinho
No, the only code that i have on the page that i open on frame is a SWfObject loading a flash animation, only. 2009/7/7 Thomas Broyer t.bro...@gmail.com: On 7 juil, 17:33, Paulo Coutinho pa...@prsolucoes.com wrote: yeah, im doing the same, create a new frame, but on firebug apper this

Java + AppEngine + GWT + Whitelist

2009-07-06 Thread Paulo Coutinho
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?

Re: Java + AppEngine + GWT + Whitelist

2009-07-06 Thread Dean S. Jones
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