we can do cross domain communications using dynamic script. For more information on it read GWT mash up article.
On Sep 4, 7:34 pm, Prashant Gupta <[email protected]> wrote: > yes, I guess you are right. but, then, how does adsense kind of services work? > > actually, I wanted to use cross domain RPCs to get feedback from other > social sites. now i think is not possible at all :( > > On 9/4/09, venki <[email protected]> wrote: > > > > > You said that.. you put GWT stuff in site A and you are using those > > links from site B right?? > > > I guess you are trying to do cross domain communication. Then browsers > > won't allow it. Probably this might be the reason. > > > On Sep 4, 1:47 pm, Prashant Gupta <[email protected]> wrote: > >> Hi, > > >> I have two sites, say A & B and a GWT app. I want to use same app in both > >> sites without duplicating source files between A & B. So, I uploaded gwt > >> files with site A and used links to same files (site A) in site B. Now the > >> problem is that the app is working fine in A but not working at all in B. > >> I > >> tried following code (simplest one I could try) : > > >> RootPanel.get("gwt-content").add(new Label("Hello World")); > > >> Internet explorer gives some "Permission Denied" kind of error. > > >> Please help me out. > > >> Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
