Hi, I have faced a problem when integrating my application with a page. This page has scripts witch changes the domain from //gino.sito.com to //sito.com. In such a situation my poor GWT application stops working with the error (using firebug console):
>Permission denied to get property Window... The first solution I'm going to try,I think is to change the location of my cache.js and GWT permutations and put them on //sito.com/ domain, am I right? But looking for this problem I have found out an interesting video, they spoke about two way of integrating the GWT application, one is the usual iframe loading, and a second one where the script is loaded into an anonymous function inside the current window context (they refer to this way as "mashup"). I have looked around but I was unable to find any documentation about. My question are: 1)Is this "mashup" modality already supported? 2)Where is documented? 3)Does it cause issues? 4)Pro/cons? Thanks in advance P.s: This modailty is pointed here too: http://groups.google.it/group/google-web-toolkit/browse_thread/thread/2f9d2d10953738f2/48e00cb8ce8a00e9?hl=it&lnk=gst&q=mashup+iframe#48e00cb8ce8a00e9 -- 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.
