2002/08/07 05:09:02
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:49:54 +0000 (06:49 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:49:54 +0000 (06:49 +0000)
darcs-hash:20040130064954-2ba56-9667c021aba26441f30039dd2ac4fa9e6e5884e5.gz

src/org/xwt/Template.java

index 859c39e..6a8113e 100644 (file)
@@ -359,7 +359,7 @@ public class Template {
     private void link(boolean force) {
 
         if (staticscript != null) try { 
-            Scriptable s = Static.createStatic(nodeName);
+            Scriptable s = Static.createStatic(nodeName, false);
             if (staticscript != null) {
                 Script temp = staticscript;
                 ((InterpretedScript)temp).setParentScope(s);     // so we know how to handle Static.get("xwt")