Ray released the code for Canvas: ColdFusion open source Wiki, so I decided to give it a chance and use it for AjaxCFC. I expect to see many changes on this...
Tony, did this help? Did you figure out your issue? Dave ... From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of Dave Phillips Sent:...
Well, no I have not solved it completely. I did as you suggested and created a test page to call my cfc methods. I put this test page and cfc in a test folder...
I just figured out that if the debugging settings in the administrator are set to dockable instead of classic that all the CFC queries are displayed. ARGH! I...
Hi, I have a very strange problem. I can't access any built-in scopes from inside my component. I can only access CGI, server, and the form scope if I use...
That's an interesting question for which I do not know the precise documented answer. I have had the same problems using Flash Remoting, Web Services, or any...
Thanks, Rob. You made it so it accesses the CFC directly, right? It looks like it because after I put the Application.cfm into my CFC folder, I can access the...
You're right, passing server scoped vars through JavaScript is a horrible idea :) One main point that you need to understand is that an Ajax call is an ...
Thanks for this great CF + AJAX tool! Need advice from any experts~ Is it possible to add a link(href or onclik event) to open up detail view of one of the...
Hi Rob, Thank you for taking the time to write this long and detail message. I think I know what you are saying, but you don't happen to have an example of...
HiGyu, this is your lucky day, hehe ... the query example I have uses a version of the DWR addrows that doesnt have cell renderers.... Kenton sent a new...
I'm leaving for the Real World Ajax Seminar until Tuesday, so I won't be answering too many questions here. If any of you is in the NY area, try to stop by the...
Hey guys, I'm pretty sure ive missed it, but once i've called a query and using DWRUtil.addRows to add it to a table, how do I specify the column names to...
Has anyone had a chance to take a look at this? I'm trying to pass the column names from my query object to the javascript call back function. I can get the...
I'm not going to be of much help, because I never use the addrows function. But if you can get the column names with your function, you might consider just...
Couldn't you access the query_name.columnList variable your recordset returns? ... access ... I ... tables ... column ... but ... query ... the ... know ... ...
Thanks Jacob, I know that works but if that were the case, I would have just stuck with the prototype library and continue to save entire tables in other...
Also attaching link: http://sigmaprojects.net/test.cfm so you can see how my tables are used. Any help on this is so greatly appriciated. Again: I need to...
... I respect that choice, but I've read somewhere (I think it was ajaxian.com) that using innerhtml is faster than using the JS functions to dynamically build...
Holy crap, I just found some old documentation: http://www.macromedia.com/v1/cfdocs/Advanced_ColdFusion_Development/07_Exchanging_Data_via_XML/adv07_6.htm It...
Dang, that /is/ old! It still says Allaire on the bottom, and copyright 1998! :) I hope it still works, in 1998 I think Netscape 4 was still the dominant...
Hey, I'm really interested in using AjaxCFC, and I have the ever so popular feature request: Choose a state from drop down A, then have drop down B reflect all...
Hi Derek, Yes, this can be done and it is very easy to do. Check out Rob's 'query' example. However, you should populate your drop down B from inside your CFC...
Hello, I just downloaded ajaxCFC and I'm really excited to try it out. I tried to check out the examples and I get the following error with each one:...
Frank, Can you describe your platform? Is it CFMX7 DevNet Edition for example? That adds to Meta tags to all pages breaking JavaScript, however, it does not...
Rob, I'm running on MX6.1 right now. Actually, I was adding content on the OnRequestEnd. I took that out and now it seems to work just fine! Hmm. I have the...