Since I reuse the Template objects, I had to patch in a method to clear the parameter memory.
public void clearParams() { if (!params.isEmpty()) { params.clear(); dirty = true; } }
Would be nice if this made it into the official source =)
Logged In: YES user_id=573198
Ok, it doesn't work. You have to insert 'params.put("__template__", "true");' after 'params.clear();'
Log in to post a comment.
Logged In: YES
user_id=573198
Ok, it doesn't work.
You have to insert 'params.put("__template__", "true");' after 'params.clear();'