Use Firebug to watch the request. Those requests should show on your 
'Console' tab, and when expanded you can view the 'Post' variables. I'm 
betting you have a casing issue. JS is picky like that, and I've been 
caught more than a few times over the years.

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_____________________________
http://blog.cutterscrossing.com

AJ Mercer wrote:
> in the cfc, send yourself a dump of ARGUMENTS
> then you will see everything coming in
> 
> Maybe a typo in the variable name
> 
> 
> On Feb 6, 2008 2:41 PM, RobG <[EMAIL PROTECTED]> wrote:
> 
>> 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:298309
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to