CFTree refresh
Hello
I have a CFTree bind with a CFC (classic) :
<cfform name="formRootNode" format="html" style="margin:0px;">
<cftree name="RootNode" height="400" width="200" format="html">
<cftreeitem bind="cfc:_cfc.cTree.getNodes({cftreeitemvalue},{cftreeitempath})">
</cftree>
<cfinput type="button" name="btnRefresh" value="test" onclick="javascript:(ColdFusion.Tree.refresh('RootNode'));" />
</cfform>
but when I click on the refresh button i have an error and i don't know why :
" _1b.parent is null " (/CFIDE/scripts/ajax/package/cftree.js, line 219)
Does anyone know how to fix it ?
PS : I work with coldfusion 9
