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 -~----------~----~----~----~------~----~------~--~---
