Re: A gwt application inside FRAME (or IFRAME)

2011-03-22 Thread Susanna Martinelli
thanks, I found solution: iframe's src should point to the html page with the gwt application not the javascript code. S. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegrou

Re: A gwt application inside FRAME (or IFRAME)

2011-03-21 Thread ndv
The suggestion whould be to find a good HTML tutorial. Seriously. On 18 мар, 20:04, Susanna Martinelli wrote: > Hi folk, I'm trying to run a GWT application inside a frame. I have an html > page with a frame set like this: > > > > > I have also class MyGwtApp.java that contains the GWT applic

A gwt application inside FRAME (or IFRAME)

2011-03-18 Thread Susanna Martinelli
Hi folk, I'm trying to run a GWT application inside a frame. I have an html page with a frame set like this: I have also class MyGwtApp.java that contains the GWT application (obviously MyGwtApp.html is the page that call the generated javascript returned from the compilation of MyGwt