jQuery was not the problem here. CF knowing what to do with your post variables was.
My personal preference is not to hit cfc's directly. Instead, I use a framework (ModelGlue, Fusebox, etc) for *every* request, be it an ajax one or anything else. My cfc method just knows that it gets given a load of data and it returns a load of data - it does not need to worry about the output format of that data. The framework can then get the data it needs and spit it out in the way asked of it (ie. json, xml, html, etc). But that's all besides the point I guess ;) Dominic Man, I figured since jQuery requires you to "code less", it would do > that for me automatically, knowing that it can't pass a complex object > directly. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325371 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

