I've defined 2 resource loaders, basically a set of customized templates with a set of default templates underneath it. Most of the time it works great... if I ask for "foo.vm", it first checks the customized template folder, and if not there, it falls through to the default template folder.

My one problem is when the template has already been loaded from the default template folder, and I add one to the customized template folder. The default template loader does not refresh the resource, since that file timestamp has not changed.

What I'd like is the resource manager to check the customized template folder first before turning to the default template folder, and ideally still use a cached version for that. Is the only way to do this to write my own ResourceManager implementation, or is there another way to do this?

--
Serge Knystautas
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to