• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusion.Tree.refresh

New Here ,
Jul 03, 2008 Jul 03, 2008

Copy link to clipboard

Copied

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>
TOPICS
Advanced techniques

Views

742

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 20, 2008 Aug 20, 2008

Copy link to clipboard

Copied

I am having the same problem. Looking on the web has found no answers.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 11, 2009 Feb 11, 2009

Copy link to clipboard

Copied

I've got exactly the same problem. Did you find a solution ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 01, 2010 Jun 01, 2010

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation