Hi list,
the following code snippet can be found in main_css_action:
<code>
res.dependsOn(this.modifytime);
res.dependsOn(res.handlers.layout.modifytime);
res.dependsOn(res.handlers.layout.skins.getSkinSource("Site",
"javascript"));
res.digest();
res.contentType = "text/javascript";
this.renderSkin("javascript");
root.renderSkin("systemscripts");
return;
</code>
1) can you tell me what exactly what happens here? tells helma,
depending on the digest, the browser to use the local cached versions?
2) if digest is same as by last call is renderSkin skipped?
3) if not how can I skip the renderSkin statements?
4) why is the skin checked? Is'n it enough to check the
layout.modifytime? Or is this because to reflect changed in the parent
layout?
cu Philipp
--
XML is the ASCII for the new millenium
(Cocoon Documentation)
_______________________________________________
Antville-dev mailing list
Antville-dev@...
http://helma.org/mailman/listinfo/antville-dev