ben fenster wrote: > ok thats sounds right but if thats true can i access static classes > in the entrypoint module from a seperate module loaded in an iframe > (that ofcours exists in the first module) ?
Javascript will let you do it, provided the security rules let you (the page in the iframe must come from the same domain that your script does). I don't know whether it's possible to make GWT give you seamless access from Java, though --- you'd probably have to use Javascript trampolines. (Where one module explicitly exports stuff to the parent window, and then another module explicitly imports it again.) -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ "They laughed at Newton. They laughed at Einstein. Of course, they │ also laughed at Bozo the Clown." --- Carl Sagan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
