Hello I'm new to smartGwt, working with gwt fine. Now want to upgrade to smartgwt, try many tutorial they follow the same thing but when I tried it, I ran into error.
I have used GWT-2.6.0,smartGWT-4.0.
When I try to add <inherits name='com.smartgwt.SmartGwt'/>
to my xml file it shows me
error
[ERROR] The Cross-Site-Iframe linker does not support <script> tags in the gwt.xml files, but the gwt.xml file (or the gwt.xml files which it includes) contains the following script tags:
I added below in my html file for add all related scripts, first I tried with
var isomorphicDir = "testSmartGWT_01/sc/";
in script tag, but not working
Below is the things I include in my xml file