2003/12/29 03:51:28
[org.ibex.core.git] / src / org / xwt / Res.java
index 35f3b51..b529a4e 100644 (file)
@@ -40,7 +40,7 @@ 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.info(this, e);
                 return null;