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 your group to be featured on the Yahoo! Groups website? 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 549 - 578 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
549
When I use this function, my page just.....blows up. Completely. If I take this function call out, or even just comment it out, everything works fine. Any...
nbailey00
Offline Send Email
Jul 2, 2006
3:21 am
550
When I call this function, my page blows - completely. However, when I remove this function call, or even just comment it out, the page runs absolutely fine. ...
Neil Bailey
nbailey00
Offline Send Email
Jul 2, 2006
3:27 am
551
So the code bro.... Did you forgot ';' on the end? Ernesto...
emvdl
Offline Send Email
Jul 2, 2006
3:29 pm
552
Daniel, You'd me amazed... there will be no need for something more lightweight; the default ship of Dojo includes many unneeded components, but you can...
Rob Gonda
z0mb1e7
Offline Send Email
Jul 2, 2006
4:17 pm
553
Hahahaha no. Nice thought, but no. I am a fairly new beginner with AJAX (we've been using Flash Forms up to now - with Flash Remoting - to do all of this), I...
Neil Bailey
nbailey00
Offline Send Email
Jul 2, 2006
4:17 pm
554
Can you post your code... js and CF/HTML Did you implement an onRequest method in Application.cfc?...
emvdl
Offline Send Email
Jul 2, 2006
8:36 pm
555
As.. I dunno, stupid, I guess. as it sounds, I have to check to see if I can post the code; its all proprietary (with the exception of the AJAX calls, of ...
Neil Bailey
nbailey00
Offline Send Email
Jul 3, 2006
4:11 am
556
Hi Neil, An onRequest Method in Application.cfc gives problems, use onRequestStart or onRequestEnd instead. Ernesto ... From: Neil Bailey...
Ernesto None
emvdl
Offline Send Email
Jul 3, 2006
8:10 am
557
Wait - no, my bad! I'm sorry - we're NOT using onRequest.we're using onRequestStart. I'm sorry... _____ From: ajaxcfc@yahoogroups.com...
Neil Bailey
nbailey00
Offline Send Email
Jul 3, 2006
6:42 pm
558
I don't think I can help, if you don't show the code, sorry. ... From: Neil Bailey <nbailey@...> To: ajaxcfc@yahoogroups.com Sent: Monday, July...
Ernesto None
emvdl
Offline Send Email
Jul 3, 2006
10:02 pm
559
I have a website that has an application.cfc in the root. It uses the onRequest/Start/End functions to dynamically call page headers, page content, and page...
daddypugg
Offline Send Email
Jul 5, 2006
9:34 pm
560
Good Afternoon, I'm currently trying to convert from CFAJAX to AJAXCFC. I placed the AjaxCFC files on my web server. Then started to convert one of my CF ...
Keith
head_java
Offline Send Email
Jul 7, 2006
8:13 pm
561
Hi Keith, Try it <cfcomponent extends="AjaxCFC.ajax"> -- Wilson Rocha ... De: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] Em nome de Keith Enviada...
Wilson Rocha
solitarioam
Offline Send Email
Jul 7, 2006
9:00 pm
562
Thanks for the suggestion, however no luck. I know all the AjaxCFC elements (javascript, CFC) needed to support AjaxCFC are mapped corrected, as I change the...
Keith
head_java
Offline Send Email
Jul 10, 2006
3:23 pm
563
i'm trying to allow users to change their password so i have a form that takes a password string and updates the database with it... but i keep getting an...
derekloi
Offline Send Email
Jul 12, 2006
4:21 pm
564
nm... my badd... i figured it out my cfc code was wrong... duh...
derekloi
Offline Send Email
Jul 12, 2006
5:34 pm
565
In your cfc, I don't see where you are setting variables.userID. Am I missing something? That should cause an error because the variables scope is local to...
Munson, Jacob
yacoubean
Offline Send Email
Jul 12, 2006
5:38 pm
566
I have implemented ajaxCFC on my site and all is working well, but I cannot see the CF debugging information that used to show up at the bottom of all the...
Tony Gray
tonygray216
Online Now Send Email
Jul 12, 2006
6:58 pm
567
I don't have this problem. But I'm assuming you're talking about the debugging from when you first load a page with ajax on it, not getting debugging info...
Munson, Jacob
yacoubean
Offline Send Email
Jul 12, 2006
7:04 pm
568
yes, I am talking about the debug info I used to see before I started using ajaxCFC. The info you can make dockable or classic in the CFadmin. ... -- Tony Gray...
Tony Gray
tonygray216
Online Now Send Email
Jul 12, 2006
7:08 pm
569
Ok, then that still shows up fine for me. Must be something strange in your settings or environment. ________________________________ From:...
Munson, Jacob
yacoubean
Offline Send Email
Jul 12, 2006
7:42 pm
570
I'm currently converting from CFAJAX to AJAXCFC. I'm passing a delimited list to a function and looping thru to add data to my table and now after using...
Keith
head_java
Offline Send Email
Jul 12, 2006
9:18 pm
571
thanks for replying... the variables.userID is already set in my fbxsetting.cfm file ... confidential and/or exempt from disclosure under applicable law. If ...
derekloi
Offline Send Email
Jul 12, 2006
10:41 pm
572
ok here's a weird problem i'm facing... i have an encrypted string "8sGx7I5%sTk(N4W[" and am passing it... DWREngine._execute(_ajaxConfig._cfscriptLocation,...
derekloi
Offline Send Email
Jul 12, 2006
11:09 pm
573
another error. this time in the ajax.cfc when i use this string "bM<b6%(Igq@3sb%+" (minus the quotes...), i get this error: WDDX packet parse error at line 1,...
derekloi
Offline Send Email
Jul 12, 2006
11:43 pm
574
AjaxCFC works fine with onRequestStart and onRequestEnd functions, but the onRequest function breaks remoting, web services, and ajax calls. If you need them,...
Rob Gonda
z0mb1e7
Offline Send Email
Jul 13, 2006
2:10 am
575
To encode your strings for javascript, use the JSStringFormat()... JSStringFormat('8sGx7I5%sTk(N4W[')... In a different note, why are you passing your DSN...
Rob Gonda
z0mb1e7
Offline Send Email
Jul 13, 2006
2:14 am
576
Tony, Just like Jacob said, you can see the debugging info for the initial page, the one that executes the ajax requests... you can't see the debugging for the...
Rob Gonda
z0mb1e7
Offline Send Email
Jul 13, 2006
2:34 am
577
OK, Well I am not seeing it for the initial page. I will check application.cfc, maybe I am breaking debugging in there. ... -- Tony Gray 901-419-1775 (w) ...
Tony Gray
tonygray216
Online Now Send Email
Jul 13, 2006
3:20 am
578
The initial page has nothing to do with AjaxCFC, or Ajax as a whole. It is a simple cfm / html page that loads some javascripts. ... call. ... Gray" ... ...
Rob Gonda
z0mb1e7
Offline Send Email
Jul 13, 2006
4:32 am
Messages 549 - 578 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