|
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 MyGwtApp.java). But once compiled and runned onto the server the page doesn't appear.
It seems that the browser doesn't support frames (but it's strange)
However i've tried to use an iframe object instead of Frameset/Frame
hierarchy by calling directly the javascript application in this way: |