I've seen that SmartGWT provided the *NoScript* flavour for their modules, i.e. instead of inheriting from *SmartGwt* you inherit from *SmartGwtNoScript.* I've seen also adding <set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/> to your .gwt.xml file works (as suggested by the compiler).
2014-02-26 3:20 GMT+01:00 Srini v <[email protected]>: > We have an issue similar to it where we want to move to xsi frame linker > but what if you have third party dependent modules which have script tag in > their module XML. Did anyone face the same issue and solved it? > > > On Tuesday, 25 February 2014, Jens <[email protected]> wrote: > >> Not officially I think, but in GWT's code review tool there is a patch >> lingering around for a long time: >> https://gwt-review.googlesource.com/#/c/1210/ >> >> Not sure if it needs a little love again to work with GWT 2.6 but its >> probably a good starting point. >> >> -- J. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/google-web-toolkit. >> For more options, visit https://groups.google.com/groups/opt_out. >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google Web Toolkit" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-web-toolkit/QLdcqcXXMtk/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
