Doesn't look like it:
===
String cacheModelsEnabledAttr =
attributes.getProperty("cacheModelsEnabled");
boolean cacheModelsEnabled = (cacheModelsEnabledAttr == null
|| "true".equals(cacheModelsEnabledAttr));
vars.client.getDelegate().setCacheModelsEnabled(cacheModelsEnabled);
===
Looks like null == true - I fixed that post, too.
Larry
On 11/24/06, Tom Stroobants <[EMAIL PROTECTED]> wrote:
I found this post on the internet …
http://opensource.atlassian.com/confluence/oss/pages/viewpage.action?pageId=3304
Is this still the case ?