Thanks for the reply Dan, but if you notice in my call to the CFC when I create 
the DS, I am using returnFormat="json" and I'm getting the data displayed in 
Region 1.   

var mydata = new 
Spry.Data.JSONDataSet("../product.cfc?method=getProducts&returnFormat=json&queryFormat=column",
{path:"DATA", pathIsObjectOfArrays:true});

There is a problem with Region 2.  On first loading the page, Region 2 shows 
the data for the current row of the last record in the DS.  When I click on a 
row (either column), Region 2 does not update (it goes blank removing the 
initial data from the last record of initial load).

I am using Firebug and see that there aren't any errors in the request and the 
dataset appears to be returned without issues.

Issac 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:295945
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