Skip to main content
Participant
July 3, 2008
Question

ColdFusion.Tree.refresh

  • July 3, 2008
  • 2 replies
  • 807 views
Has anyone got the ColdFusion.Tree.refresh ajax function to work, it keeps returning parent is null or not an object.

example (getmenu function returns a tree)

<script language="JavaScript">
function refreshtree()
{
ColdFusion.Tree.refresh('myTree');
}
</script>

<cfform name="OurTree">
<cfinput type="Button" name="refresh" value="refresh" onclick="javascript:refreshtree()">
<cftree name="myTree" format="html">
<cftreeitem bind="cfc:tree.getmenu({cftreeitempath},{cftreeitemvalue})">
</cftree>
</cfform>
This topic has been closed for replies.

2 replies

Participating Frequently
June 1, 2010

Same problem here - Just reporting in, so maybe we get some official answer.

Participant
August 20, 2008
I am having the same problem. Looking on the web has found no answers.
Known Participant
February 11, 2009
I've got exactly the same problem. Did you find a solution ?