Hi all.
I have a problem when i use VelocityEngine to merge template. I want
when i change template file then my function will be merged with the
changed template. But it didn't. VelocityEngine allway merge the cached
template that is used for the first time. Although, i set the not cache and
check for update property when init VelocityEngine.
And this is my way.
// Init properties for VelocityEngine. (Iam using *
resource.loader=class*)
// init VelocityEngine.
// merge template using mergeTemplate function or merge function on
given template.
I tested with resource loader is file and it work. So, is there a difference
between resource loader is class and file?
You can tell me the way to solve this problem or my way is wrong?
Thanks
----------------------------------
Tam Nguyen