Hey Alex, 2008/9/14 Alex <[EMAIL PROTECTED]>: > Hi, > I am using metod WApplication->require for loading google api . After > updating to release 2.2, browser rendering stoped with error in java script. > Loading java scripts for "ext namespace" working Ok. Removing line with > WApplication->require fix problem, but google I cannot use :(. Version 2.1.5 > was worked with this code.
Sorry for that regression... What has changed since the previous version is that now require() will load JavaScript always through JavaScript DOM manipulation, rather than declaratively using <script ... > HTML code, even if the require() is done early at application startup. However, I cannot imagine what could be different from your use of require() compared to what we have used it for (and what works). It would be really helpfull if you could isolate this in a small test case? Also, are we sure that it is the actual loading that fails, or is it google's JavaScript code that fails through some interference with Wt code? Regards, koen ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
