Tom, >Where can I get the Coldfusion side of the JavaScript/Ajax thinarray >object, which I think should be called cfbam.cfc? > >All the links pointing to it being on Rob's site end up at a broken Tigris >project. > >Unless anyone knows of a better way of turning a CF query into a generic >blob of xml?
You might look into JSON. I know there's a CFJSON implementation, but I've yet to use it. You could also use <cfwddx /> to convert the query to native XML. I think I remember there being a WDDX-to-JS function written in pure JS--although that will get you pretty bloated XML. If you're transferring large query results, JSON might be the better alternative. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212194 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

