Hi, a problem here. I'm trying to use the tree refresh and firebug throws
that error.

Here is my cftree code:

<cftree name="NavTree" format="html">
<cftreeitem
bind="cfc:navegacion.getDirEntries({cftreeitempath},{cftreeitemvalue},#session.adm_sitio#,'#session.adm_idioma#')"
</cftree>

And here my js code:

var openTree=function(){
ColdFusion.Tree.refresh('NavTree');
}

The js function is called when I update some data that the cftree uses to be
filled. That's why I want to refresh de tree with the changes without
refreshing the whole page, using ajax.

Any help??

Thanks in advance!!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305695
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to