X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2FTemplate.js;h=4f8e30281afe8a961bae09bb01001ee20415f749;hp=6cd9dadb94d5d2cd9ac4894030c662822c0df294;hb=0b69a11b1055a6d3a3fd0719bdd58b5a235de0e4;hpb=39191ba808a95b04ca574b23e3b89e14d0d1b97d diff --git a/Roo/Template.js b/Roo/Template.js index 6cd9dadb94..4f8e30281a 100644 --- a/Roo/Template.js +++ b/Roo/Template.js @@ -68,9 +68,9 @@ Roo.Template.prototype = { * @return {String} The HTML fragment */ applyTemplate : function(values){ + //Roo.log(["applyTemplate", values]); try { - _t= this; - + if(this.compiled){ return this.compiled(values); } @@ -129,9 +129,10 @@ Roo.Template.prototype = { _t.loading = false; _t.html = response.responseText; _t.url = false; + _t.compile(); }, failure : function(response) { - Roo.log("Template failed to load from " + url); + Roo.log("Template failed to load from " + _t.url); _t.loading = false; } });