Hi, Use FireBug to look at the results being retrieved from your XHR call. This will show you the responseText or responseXML value being returned.
Rey... Ioannis Papanikolaou wrote: > Hello to everyone > > I am sure this will be an easy answer to the experienced ajaxcfc users. > > I am calling a function from html page, using AjaxCFC, to my cfc page. > > The function is a query giving results as an array form and resulting them > back to my main page. > > How can I dump the real text to have a look if the answer from the DB is the > right one. > > The AjaxCFC debugger is displaying only "object Object" wich most likely is > the array. > > thanx in advance > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-Talk/message.cfm/messageid:292619 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

