We use ajaxCFC (as well as Flash remoting) to make remote calls from the client to the server in a number of locations on our site. These remote calls are to...
Can you verify that your assumption is correct, but making a call, grabbing the session var and displaying it on the client? I'm not saying you're wrong, I'm...
With the appearence of ajaxCFC for jquery I asked myself how hard it would be to do an integration of ajaxCFC with YUI (http://developer.yahoo.com/yui/)? at...
It might be Daniel. I'll talk to Rob about it to see what can be done. With all of these variations, though, it might be time to perhaps develop a formal...
Rather than YUI, if you want to dump all that work on yourself, why not integrate it w/ EXT? EXT is basically a much better looking UI built on top of the YUI...
Remember that AjaxCFC only handles Ajax calls so building upon a UI lib like Ext really doesn't make sense. I've actually interfaced with Jack Slocum because...
Ahhh..sorry... Just a thought.. ... From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of Rey Bango Sent: Saturday, April 07, 2007 9:10...
No need to apologize Neil. Its an excellent suggestion but with AjaxCFC's narrow scope of functionality, its important to look at where it would best fit so...
Did you see the second bit about how to handle the callback functionality? Is this how everyone is doing it, and I am just a moron finally catching up, or did...
The whole YUI-EXT package is simply unbelievable. There are definitely bugs and problems with it, but when you take the issues and stack them against the...
Are you using eclipse and Aptana? ... _________________________________________________________________ Advertisement: Visit LetsShop.com to WIN Fabulous Books...
For the many CF developers that have recently adopted jQuery and/or AjaxCFC for jQuery, Jesse Skinner has written a great tutorial on getting up to speed with...
OK we are closing in fast on our public release of COOP. (COOP works with any framework, although some guys may not consider it to match their development...
whats up fallows? i would like to kown if there is some way to use lots of 'dropdown' in my site without repeating code like the following exemple: ...
I'm wondering if other people have had any luck using either the yui data table or something like the Rico Live data table and populating either of these from...
I have been using YUI and the AJAX CFC and they work well together. The key thing you need to consider is instead of using there built in connection strings...
That sounds similar to what I was attempting to do. In the result function I created I am populating the Yahoo array similar to below. What ends up happening...
Ah I understand your problem now. The issue isn't YUI or AJAX CFC both are working fine. The issue is how a query is represented in an array. I was having a...
gotcha. I thought about returning an array of structs yesterday then thought maybe I was just doing something completely wrong. Should I switch over to the...
A query in ColdFusion is a special type of datastructure. It is pretty much unique to ColdFusion and should not be used to pass on to other languages. As Nate...
- what is the JSON version of AjaxCFC..? - what is the advantage of using AjaxCFC instead of YUI connection manager? I replaced my AjaxCFC/DWR calls finally...
I should have said the jQuery version not JSON, though jQuery returns JSON. I was typing faster than I could think of the name. I'm not sure if there is an...
Ben, I would definitely switch to the AjaxCFC for jQuery. However, no matter which version of AjaxCFC you use, turning a CF Query object into an array of...
Thanks Chris, I'm pretty comfortable with getting at the data returned by AjaxCFC and I initially thought that it returned an array of structs but the issue is...
Many ways to skin the cat so to speak but if you use ajaxCFC which uses json.cfc it accepts a query parameter which determines the format of the returned data....
Hello, I am using the suggest example for auto completation. The suggest div appears behind the select elements on IE 6. I looked at suggest.js and found out...