Hi,
I have built my application in GWT and the resulting .js file, I want
to inject to my web page.
This works fine locally.
But when I put the GWT .js file on my webserver and use <script
type="text/javascript" language="javascript" src="http://
mywebserver.com/myApp.nocache.js"></script> to call the .js file and
inject to my web page - firefox gives me security errors.
Now from reading the forums, there is a cross domain issue here - but
in reality there is no issue as I built the same javascript app
manually and located it on my webserver and called the .js file from
another webpage on another server - the app worked with out any error.
So why does the .js files produced by the GWT cause these security
errors.
anybody have a work around?
thanks for your help
C