Okay, I'm stuck. I fixed my previous problem (JSON-related), and now that I've moved onto writing some of my own code, I've hit a snag where I cannot seem to get a value passed via AJAX.
Basically, I'm trying to pass a number into my ajax CFC to be acted on. I've looked at browser source code to verify that the value is in the JS function that gets clicked on... I've added an Alert to the JS function just prior to calling the ajax instance and it's good there too. I've used CFLOG just inside the CFC to see what arguments.the_value is, and it's always zero. I have the cfargument set to receive type=numeric and required=true. I've been using the tutorial at LearnCF.com as my guide, since their tutorial runs perfectly, including the part that passes the string that gets reversed. So I'm stumped. I even used Firebug and saw that the parameter was in fact passed. But the CFC seems to be losing it somehow. Any ideas? Thanks! Rob ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:298301 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

