RE: Prevent CFTREE Refresh Upon Return to Page

2012-01-13 Thread DURETTE, STEVEN J
is of a type that can be persisted. -Original Message- From: Dana Kain [mailto:dana_j_k...@rl.gov] Sent: Thursday, January 12, 2012 9:42 PM To: cf-talk Subject: Prevent CFTREE Refresh Upon Return to Page I have a form containing a CFTREE bound to a CFC. Users can expand the items in the tree

Prevent CFTREE Refresh Upon Return to Page

2012-01-12 Thread Dana Kain
I have a form containing a CFTREE bound to a CFC. Users can expand the items in the tree and click a submit button, which takes them to another page. They then use the IE8 browser back button to return to the CFTREE page. What is happening is that upon returning the CFTREE is completely

Re: cftree Refresh

2007-11-05 Thread gary gilbert
Hi guys, I would say this is a bug in the CF implementation. You may want to log it as such. -- Gary Gilbert http://www.garyrgilbert.com/blog ~| ColdFusion is delivering applications solutions at at top companies around

Re: cftree Refresh

2007-11-04 Thread Steve Rucker
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

Re: cftree Refresh

2007-11-04 Thread Steve Rucker
Did you ever find the solution to this issue? I'm having the same problem with cftree refresh . . . The CFC returns the data correctly. When the page loads, the tree loads nodes well. 2007/8/2, Brian Kotek [EMAIL PROTECTED

Re: cftree Refresh

2007-08-03 Thread Bruno Paz
Thats my doubt... because in the CF8 Documentation, in the ajax Javascript Functions appears this sintax: ColdFusion.Tree.refresh(*name*) 2007/8/3, Brian Kotek [EMAIL PROTECTED]: What exactly do you think is going to happen when you click the refresh button? Because all it is doing is

Re: cftree Refresh

2007-08-03 Thread Bruno Paz
The CFC returns the data correctly. When the page loads, the tree loads nodes well. 2007/8/2, Brian Kotek [EMAIL PROTECTED]: Does the CFC method return the data in the correct format for use with the tree control? On 8/2/07, Bruno Paz [EMAIL PROTECTED] wrote: Hello, I'm trying to do

cftree Refresh

2007-08-02 Thread Bruno Paz
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

Re: cftree Refresh

2007-08-02 Thread Brian Kotek
Does the CFC method return the data in the correct format for use with the tree control? On 8/2/07, Bruno Paz [EMAIL PROTECTED] wrote: 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:

Re: cftree Refresh

2007-08-02 Thread Greg Fuller
Brian, for me it did 0 that is, the tree got the data correctly but the refresh did not work. I copied dirtree.cfc directly from the Forta's third code box here: http://www.forta.com/blog/index.cfm/2007/6/5/ColdFusion-Ajax-Tutorial-5-File-System-Browsing-With-The-Tree-Control On 8/2/07,

Re: cftree Refresh

2007-08-02 Thread Greg Fuller
That 0 in my post should not be there. On 8/2/07, Greg Fuller [EMAIL PROTECTED] wrote: Brian, for me it did 0 that is, the tree got the data correctly but the refresh did not work. I copied dirtree.cfc directly from the Forta's third code box here:

Re: cftree Refresh

2007-08-02 Thread Greg Fuller
I tried it (using Forta's dirtree CFC, and it didn't work for me either. I don't know why it's not working - it is finding the tree.js. I know that's not very helpful. Sorry. On 8/2/07, Bruno Paz [EMAIL PROTECTED] wrote: Hello, I'm trying to do a refresh to a CFTREE, but an error appears in

Re: cftree Refresh

2007-08-02 Thread Brian Kotek
What exactly do you think is going to happen when you click the refresh button? Because all it is doing is calling refresh() on the grid, no data is being passed or updated, so I would think you wouldn't see any change at all. On 8/2/07, Greg Fuller [EMAIL PROTECTED] wrote: That 0 in my post

Re: cftree Refresh

2007-08-02 Thread Greg Fuller
Good Question. Bruno and I both are getting the javascript error he indicated, and I don't think that's supposed to happen. I was kinda thinking that it would reload the root nodes, but I haven't really thought it through. I just tried it because I recognized it as a modification to Forta's