Re: unable to use external javascript in GWT

2014-07-30 Thread Sandeep Poonia
Thanks Jim and Thomas, $wnd worked for me. But i am facing problem when i 
changed the location of the go.js , I moved it to the folder where gwt.xml 
file is present using   but i am getting the following 
message. 

14:40:05.077 [ERROR] [opsdashboardlocal] The Cross-Site-Iframe linker does 
not support  tags in the gwt.xml files, but the gwt.xml file (or 
the gwt.xml files which it includes) contains the following script tags: 
go.js
In order for your application to run correctly, you will need to include 
these tags in your host page directly. In order to avoid this error, you 
will need to remove the script tags from the gwt.xml file, or add this 
property to the gwt.xml file: 

And I am also confused about public folder. Should i create a public folder 
under my project or under src dir? 

On Monday, July 28, 2014 2:43:47 AM UTC+5:30, Thomas Broyer wrote:
>
>
>
> On Sunday, July 27, 2014 10:11:22 AM UTC+2, Sandeep Poonia wrote:
>>
>> Hi ,
>> I want to use goJS with GWT. I downloaded GOJS javascript and put it in 
>> the sampleproject folder under war where sampleproject.nocache.js 
>> and sampleproject.devmode.js is present. In sampleproject*.html i added *
>>