2003/12/29 18:05:53
[org.ibex.core.git] / src / org / xwt / Res.java
index 32f812c..b529a4e 100644 (file)
@@ -40,9 +40,9 @@ public abstract class Res extends JS {
         if ("".equals(key)) {
             try {
                 Template t = Template.getTemplate(addExtension(".xwt"));
-                return t == null ? null : t.getStatic();
+                return t == null ? null : t.getStatic(null);  /** FIXME VERY BAD! */
             } catch (Exception e) {
-                Log.log(this, e);
+                Log.info(this, e);
                 return null;
             }
         }