Re: g:frame doesn't work with external link

2012-01-03 Thread Thomas Broyer
Google refuses to be displayed in a frame using the X-Frame-Options HTTP header. See http://code.google.com/p/google-web-toolkit/issues/detail?id=7055 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

g:frame doesn't work with external link

2012-01-02 Thread mars
i have gwt app, and one of the 'page'(or display) has a iframe whose url point to google web page, however when deploy the app, google page doesn't show up. here is the code g:HTMLPanel styleName={style.ctntBox} div id=contactForm g:Frame url=http://www.google.com/;/g:Frame

Re: g:frame doesn't work with external link

2012-01-02 Thread Jens
Are you sure that your g:Frame has a correct size 0? Try adding a specific width/height. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit