I don't believe the cfc code is important as I know that I am getting return data from the server (using a packet sniffer)
I can either return a wddx packet (as above)
or an array...
qr = new Array();
qr[0] = new Array();
qr[0][0] = "tre_A";
qr[0][1] = "Tremblay, Alice";
qr[1] = new Array();
qr[1][0] = "tre_A";
qr[1][1] = "Trel, Ann";
qr[2] = new Array();
qr[2][0] = "tre_A";
qr[2][1] = "Trent, Alex";
Again both are seen by the returning page.
using the wddx, nothing happens
using the array firefox gives me a js error at
qr = new Array();
-----^
Main Topics
Browse All Topics





by: TedInAKPosted on 2006-09-12 at 16:52:33ID: 17507939
Could you post the code for the function: anager.cfc ?method=ge tCustomerI nfoFromSea rch',findC ustomer_re sponse,par am);
http('POST','com/customerm
or, better yet, post the entire "View Source" HTML instead of the CF.