Interestingly all of our CFC methods we use with ajaxCFC are private: <cffunction name="getClients" output="no" access="private">
The ajax.cfc that you are extending has a init method that is remote. On 12/3/06, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > And if you don't use FF or use Firebug, you can use Fiddler. > > > > > > > > "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, > Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, > Registered in England, Number 678540. It contains information which is > confidential and may also be privileged. It is for the exclusive use of the > intended recipient(s). If you are not the intended recipient(s) please note > that any form of distribution, copying or use of this communication or the > information in it is strictly prohibited and may be unlawful. If you have > received this communication in error please return it to the sender or call > our switchboard on +44 (0) 20 89107910. The opinions expressed within this > communication are not necessarily those expressed by Reed Exhibitions." > Visit our website at http://www.reedexpo.com > > -----Original Message----- > From: Rey Bango > To: CF-Talk > Sent: Sun Dec 03 00:27:22 2006 > Subject: Re: ajax cfc > > Dan, as Rick mentioned, the message you're receiving is sent back from > AjaxCFC. > > If you have firebug, then be sure to use the http sniffer built in to > see what the response is from your ajax call. That will give you an > indication as to why the request failed. > > Rey... > > > Dan Vega wrote: > > I have been playing around with ajaxCFC today and ran into a problem. I > have > > a whois cfc that basically does a whois query and returns a very long > string > > of text that contains information about the domain. I can run this lookup > > method no problem without ajax cfc but everytime I run it now I am getting > > an error "Invalid reply from the server." > > > > If it works fine without ajaxCFC why would i bet getting this message > better > > yet how do i figure out whats wrong? I changed the degug:true property iin > > the ini of ajaxCFC but alll that shows is the post. I also changed it in > > ajax.cfc but that will not show anything either. How can I solve this? > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262648 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

