Hello,

I'm trying to do a refresh to a CFTREE, but an error appears in the console:
-------------
Error: _6a.parent has no properties
Archivo de origen: http://192.168.1.5/CFIDE/scripts/ajax/package/cftree.js
LĂ­nea: 219
-------------

This is my form:
<cfform name="form_navegacion">
<cftree name="NavTree" format="html">
      <cftreeitem bind="cfc:dirtree.getDirEntries
({cftreeitempath},{cftreeitemvalue})">
    </cftree>
<input type="button" value="Refrescar" onclick="refresh();" />
</cfform>

And this is my JS function:
function refresh() {
    ColdFusion.Tree.refresh('NavTree');
    }

Somebody could make this work? I think I'm doing something wrong....

Thanks in advance!

Bruno Paz
GSC, Barcelona


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:239443
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to