I have gotten some code working that handles database updates really smoothly but I'm having a lot harder time getting data from the server to output. I'm...
I'm building a 'widget' style homepage and trying to keep each widget as self contained as possible, so if a widget needs to use AjaxCFC then it has the...
I am working with a query object returned from my cfc function and I am trying to convert it into a list of select options. I have searched the archives and...
John, When you initialize ajaxCFC you specify the location of a default event handler/facade. It is not necessary to use it when invoking the remote call. The...
Is ajaxCFC eventually going to be compatible with the DWRUtil addOptions function. I have recently switched form cfAjax and am finding this to be somewhat of a...
DWR.addOptions() doesn't work right now...! I think Rob has it on the todo list.... use for now: var rc = r.getRowCount(); var sel = $('dimmRefDes'); ...
I am new to ajaxCFC and keep running into issues, so I need some overall advice to help clear my head. ajax.cfc is stored in the same directory as other cfcs...
I've been trying to make a flickr app for a long while, and being a javascript only programmer, was unsuccessfully trying to get a php-javascript interface...
Extra information: All the examples give the same "invalid reply from server" message, not just the flickr example. Should I have installed some other software...
The examples will not work as is if you do not have ColdFusion installed. That is what makes the CFCs and CFMs work. Check out Macromedia -- er, Adobe --'s...
Also note that if you are a Javascript programmer only you can do all you need in HTML and pure JS. You will not require a server technology. "This e-mail is...
... all you ... This would be great news if I knew how to call php and then get php variables back inside my page as javascript variables all without leaving...
This is a followup to my earlier post about the "This method cannot be called until the open method has been called." error. I am using IE6 and using the POST...
paviworld, Your problem is that ajaxcfc is a coldfusion technology. Coldfusion is a server side language. You need to work with PHP, so do a google search for...
I'm a little late to the table on this, having just started messing around with ajaxCFC a few days ago, but here is the fix for the problem with the caching...
That would be sweet, looking forward to it. Don't know why my reply didn't come through on the 3rd, so I've sent another one. I'll be keeping an eye on it....
Is there a way to have multiple suggests which call different functions on the same page? I saw only examples with multiple suggest but calling the same...
Is there any way to stop a call once it's already started, from outside the call? Suppose you've got suggest functionality on your page. The user types in the...
You could probably void/falsify the return of an already posted call rather than "killing" it per se, which is not possible I would say. "This e-mail is from...
I'm bumping this up for an answer. No one ever responded. Rob, I have experienced this too, the need to return a value, otherwise, you get an Invalid Reply...
No, it should not have to always return data. You could code a dummy Return code. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, ...
I'm aware I can put in dummy return data. My question is, why should it have to always have a <cfreturn> tag? It won't work without one. I can use <cfreturn...
Question is - would you ever want to (or need to). If your function does nothing - or simple does an update/delete you should always at least return a success...
Quick question about compatibility. I saw on the project page for ajaxCFC that the Blue Dragon server is listed as being compatible, but I'm getting an error, ...