Search the web
Sign In
New User? Sign Up
ajaxcfc · ajaxCFC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 244 - 276 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
244
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...
Rob Gonda
z0mb1e7
Offline Send Email
Mar 2, 2006
2:50 am
245
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:...
Dave Phillips
davephillips...
Offline Send Email
Mar 2, 2006
1:35 pm
246
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...
Tony Gray
tonygray216
Online Now Send Email
Mar 2, 2006
3:18 pm
247
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...
Tony Gray
tonygray216
Online Now Send Email
Mar 2, 2006
3:57 pm
249
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...
dzoan-chau
Offline Send Email
Mar 7, 2006
2:52 am
250
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...
Rob Gonda
z0mb1e7
Offline Send Email
Mar 7, 2006
3:56 am
251
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...
dzoan-chau
Offline Send Email
Mar 7, 2006
1:57 pm
252
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 ...
Rob Gonda
z0mb1e7
Offline Send Email
Mar 7, 2006
5:32 pm
254
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...
HiGyu
Offline Send Email
Mar 7, 2006
7:40 pm
255
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...
dzoan-chau
Offline Send Email
Mar 7, 2006
8:20 pm
256
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...
Rob Gonda
z0mb1e7
Offline Send Email
Mar 7, 2006
9:07 pm
257
Rob~ Thanks for the great NEWS! It's going to be a long week for me :) Thanks for all the great work you did for CF community! higyu...
HiGyu
Offline Send Email
Mar 7, 2006
9:38 pm
259
It's up there. Sorry for the delay. Cheers, ~rob...
Rob Gonda
z0mb1e7
Offline Send Email
Mar 10, 2006
4:32 am
260
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...
Rob Gonda
z0mb1e7
Offline Send Email
Mar 11, 2006
1:12 am
261
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...
Don
skiavgh
Offline Send Email
Mar 11, 2006
8:06 am
262
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...
Don
skiavgh
Offline Send Email
Mar 13, 2006
7:43 am
263
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...
Munson, Jacob
yacoubean
Offline Send Email
Mar 13, 2006
2:51 pm
264
Couldn't you access the query_name.columnList variable your recordset returns? ... access ... I ... tables ... column ... but ... query ... the ... know ... ...
dzoan-chau
Offline Send Email
Mar 13, 2006
3:03 pm
265
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...
Don
skiavgh
Offline Send Email
Mar 14, 2006
5:18 am
266
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...
Don
skiavgh
Offline Send Email
Mar 14, 2006
6:21 am
267
... 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...
Munson, Jacob
yacoubean
Offline Send Email
Mar 14, 2006
2:54 pm
268
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...
Don
skiavgh
Offline Send Email
Mar 14, 2006
3:20 pm
269
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...
Munson, Jacob
yacoubean
Offline Send Email
Mar 14, 2006
5:54 pm
270
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...
perezd324
Online Now Send Email
Mar 17, 2006
6:43 am
271
by the way, can this be done with a CFC returning a query result? That's what im trying to inevitably accomplish. ... so ... the ... work ... new...
perezd324
Online Now Send Email
Mar 17, 2006
7:38 am
272
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...
dzoan-chau
Offline Send Email
Mar 17, 2006
1:33 pm
273
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:...
frankjaeshin
Offline Send Email
Mar 17, 2006
3:21 pm
274
I'm assuming you mean you're trying the examples locally. Have you tried them on Rob's site to see if they work for you there? ...
Munson, Jacob
yacoubean
Offline Send Email
Mar 17, 2006
3:30 pm
275
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 Gonda
z0mb1e7
Offline Send Email
Mar 17, 2006
3:31 pm
276
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...
frankjaeshin
Offline Send Email
Mar 17, 2006
4:23 pm
Messages 244 - 276 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help