See the Showcase sample, especially CwDictionaryExample.java.
To access staticIframe from mainIframe: It is up how these frame are
organized.
If these two frames is in the main html page, you can use Javascript:
$wnd.top.frames['staticIframe']
However, in your case, you want to access Dictionary
Hi everyone! I have put my GWT application in an iframe called
mainIframe. When the application-server starts I want to load the
contents of some database tables into a javascript dictionary which I
have put in a dedicated iframe, called staticIframe. My question is;
How can I access the javascript