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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 404 - 436 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
404
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...
daemach
Offline Send Email
May 1, 2006
8:25 pm
405
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...
John Beynon
john_beynon
Offline Send Email
May 2, 2006
9:52 am
406
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...
Jeff D. Chastain
admentus_inc
Offline Send Email
May 2, 2006
10:26 pm
407
daemach, can you post your addRows code? Chances are you are not passing the cell renderer functions. Check out the link below for more info. ...
Rob Gonda
z0mb1e7
Offline Send Email
May 3, 2006
2:48 am
408
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...
Rob Gonda
z0mb1e7
Offline Send Email
May 3, 2006
2:51 am
409
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...
wulfshayde
Offline Send Email
May 3, 2006
4:46 am
410
excellent, that's done it...! thanks rob!...
John Beynon
john_beynon
Offline Send Email
May 3, 2006
8:43 am
411
I don't see why not. No one requested that before, but it should be rather easy to modify. I'll add it to the top of my todo list. Best, ~Rob...
Rob Gonda
z0mb1e7
Offline Send Email
May 3, 2006
1:03 pm
414
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'); ...
Daniel Schmid
ananda1203
Offline Send Email
May 5, 2006
5:59 pm
415
Sorry ment to send this to Rob...
Daniel Daugherty
dpd_30
Offline Send Email
May 5, 2006
6:54 pm
416
I am looking for best way to grab all form values and send them to my service.cfc which calls a dao to store them in a database. I looked a the mb...
Daniel Schmid
ananda1203
Offline Send Email
May 5, 2006
6:54 pm
418
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...
Tim
sdwebguy
Offline Send Email
May 9, 2006
9:58 pm
419
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...
paviworld
Offline Send Email
May 10, 2006
1:27 am
420
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...
paviworld
Offline Send Email
May 10, 2006
1:34 am
421
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...
Tim
sdwebguy
Offline Send Email
May 10, 2006
1:48 am
422
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...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
May 10, 2006
6:10 am
423
... 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...
paviworld
Offline Send Email
May 10, 2006
9:49 am
424
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...
Tim
sdwebguy
Offline Send Email
May 10, 2006
3:05 pm
425
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...
Ken Auenson, II
kja2
Online Now Send Email
May 10, 2006
3:25 pm
426
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...
michaellkaplan
Offline Send Email
May 10, 2006
4:00 pm
427
Thanks for the feedback and comments everybody, very much appreciated. ... help you...
paviworld
Offline Send Email
May 10, 2006
4:59 pm
428
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....
Jeff Lester
wulfshayde
Offline Send Email
May 11, 2006
3:48 am
429
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...
Daniel Schmid
ananda1203
Offline Send Email
May 11, 2006
9:04 am
430
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...
michaellkaplan
Offline Send Email
May 11, 2006
8:40 pm
431
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...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
May 12, 2006
7:18 am
432
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...
Dave Phillips
davephillips...
Offline Send Email
May 13, 2006
1:05 pm
433
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, ...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
May 13, 2006
1:07 pm
434
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...
Dave Phillips
davephillips...
Offline Send Email
May 13, 2006
1:21 pm
435
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...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
May 13, 2006
2:43 pm
436
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, ...
frieddan
Offline Send Email
May 16, 2006
1:32 am
Messages 404 - 436 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