Isaac.
First off if you already don't know about it I would check out firebug as it
lets you monitor requests. I think your only problem here is that your
looking for json and your cfc is returning wddx. If you do not set a return
format then it will return wddx. Simply add this to your component.

returnFormat="json"


This of course can only only be done if your on ColdFusion 8, if you are not
that you will need to you some kind of proxy between you calling template
and the cfc.


Hope this works!~
Dan Vega
www.danvega.org


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:295943
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