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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1516 - 1547 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1516
Is there a way within JS to check and see if the DWREngine._execute has completed running? The reason I ask is I am trying to add a DWREngine._execute() to an...
Aaron Rouse
aaron_rouse
Offline Send Email
Nov 1, 2007
6:10 pm
1517
Just to get something that will work for now I changed things around on this. I stripped out the if() statement that runs the execute and put it back into the...
Aaron Rouse
aaron_rouse
Offline Send Email
Nov 1, 2007
7:38 pm
1518
Looks like I was wrong in thinking this solution would work for now. Since the values in my DUT_INFO field are changed via a pop-up window if that window...
Aaron Rouse
aaron_rouse
Offline Send Email
Nov 6, 2007
10:35 pm
1519
Im attempting to implement AjaxCFC on a site that uses Milonic dynamic menus. Whenever I try to use the menus, I see <a ...
Tim
sdwebguy
Offline Send Email
Nov 12, 2007
3:55 pm
1520
Sounds to me like you have a conflict between the 2 javascript libraries, maybe milonic has some of the same function names, specifically a $ function by the...
Snake
snake_hollywwod
Offline Send Email
Nov 12, 2007
4:25 pm
1521
Yeah -- in AjaxCFC's util.js, I commented out the section that deals with the $ function. Everything I have seems to still work, but I will keep testing. Tim...
Tim
sdwebguy
Offline Send Email
Nov 12, 2007
4:33 pm
1522
In my form I am using ajaxcfc framework . So my server side is <cffunction name="categoryUpdate" output="no" access="private"> <cfargument name="catId"...
erstud77
Offline Send Email
Nov 13, 2007
3:46 pm
1524
I was trying to run the examples that come with the latest Alpha of AjaxCFC with jQuery and get an error with the first DWRCompatibility.query example( ...
Aaron Rouse
aaron_rouse
Offline Send Email
Dec 10, 2007
12:27 am
1525
Did you ever figure this out? I run into the same problem. Bryan ... AjaxCFC ... example( ... confirmation box ... when I ... ...
brynoid
Offline Send Email
Dec 11, 2007
6:58 pm
1526
Unless you have some old code that still uses DWR, I'd say forget about using the compatibility stuff, you only need to include it if you plan to use any calls...
Chris Jordan
c_s_jordan
Offline Send Email
Dec 11, 2007
9:10 pm
1527
I am not married to one way or the other, just was looking for a solution for something at work. Since the server side piece of the example worked that is...
Aaron Rouse
aaron_rouse
Offline Send Email
Dec 12, 2007
3:25 am
1528
Hi Aaron, Responses inline :o) ... From: "Aaron Rouse" <aaron.rouse@...> To: ajaxcfc@yahoogroups.com Sent: Tuesday, December 11, 2007 9:25:28 PM...
Chris Jordan
c_s_jordan
Offline Send Email
Dec 12, 2007
6:28 am
1529
Thanks, I will look into the loading message later today when I make it in. In regards to finding the DWR harder to read, the only DWR line I have is this and...
Aaron Rouse
aaron_rouse
Offline Send Email
Dec 12, 2007
11:57 am
1530
Aaron Rouse said -- ... page ... submit, ... records ... just be ... While I'm not using inGrid with AjaxCFC, I am using it with Cold Fusion 8 and jQuery. I...
Rob Kolosky
dasniper66
Offline Send Email
Dec 12, 2007
1:15 pm
1531
This particular application I am working on is using CF7 and do not foresee it going to CF8 for a long time, if ever since the IT Architects are pushing hard...
Aaron Rouse
aaron_rouse
Offline Send Email
Dec 12, 2007
3:28 pm
1533
I remember reading that may be there is a limit on how many parameters you can pass to a function. I tried looking into the older messages to find it but I had...
ofarah24
Offline Send Email
Jan 21, 2008
5:09 pm
1534
Good Afternoon, That is correct, I had the same issue, only 10 parameters. Solution is to pass a WDDX recordset, and you will not have any limits. If you need...
Keith
head_java
Offline Send Email
Jan 21, 2008
6:32 pm
1535
Just pass all you parameters in a structure. For example just pass the whole FORM, to your cfc....
programmerneo
Offline Send Email
Jan 21, 2008
6:46 pm
1536
Thanks for the reply. Yes, some examples will help. Thank you/ ... seem...
ofarah24
Offline Send Email
Jan 21, 2008
6:57 pm
1537
To pass your FORM, you'll just need to serialize it... ...
programmerneo
Offline Send Email
Jan 21, 2008
10:22 pm
1538
Thank you for your response. How can I access the form variables once I am inside 'myFunction'? programmerneo <programmer_neo@...> wrote: To pass...
Farah Omar
ofarah24
Offline Send Email
Jan 22, 2008
2:35 pm
1539
Its pretty easy, and it took me a few tries to figure this out. (Since the AjaxCFC functionality has changed several times, in each incarnation of it. And the...
programmerneo
Offline Send Email
Jan 22, 2008
2:45 pm
1540
I would recommend, updating to the latest AjaxCFC, if you can. (i.e. you are not already using an older version of AjaxCFC in other places.) If you can not...
programmerneo
Offline Send Email
Jan 22, 2008
4:19 pm
1541
Not sure if anyone stills uses or monitors this group, but I'm asking anyway. Have written many... ajaxcfc programs always using the same CFC file defined in...
Keith
head_java
Offline Send Email
Mar 5, 2008
2:30 pm
1542
... is ... I'm also interested in an answer to this question. I have programmed a web application which uses a 2000 line page with a 4000 line page CFC. It'd...
Daniel
bd221182
Offline Send Email
Mar 5, 2008
2:41 pm
1543
Solution by geneaiello123@..., Yes you can. _ajaxConfig is a comma delimited list. eg. _ajaxConfig = ...
Keith
head_java
Offline Send Email
Mar 5, 2008
3:19 pm
1544
... Cheers!...
Daniel
bd221182
Offline Send Email
Mar 5, 2008
3:23 pm
1545
First and foremost I want to thank Chris Jordan for his tutorials. I was able to perform a dump of my query and extract recordcount and columnlist. What I...
josegura93
Offline Send Email
Mar 7, 2008
8:37 pm
1546
How can I not respond? Thanks for the kind words on the tutorials. I wish they were a little better. :o) To access particular rows in your dataset (which is...
Chris Jordan
c_s_jordan
Offline Send Email
Mar 7, 2008
9:19 pm
1547
Man... the formatting on that post just *did not* work out. Yikes! Sorry. Chris ... From: "Chris Jordan" <cjordan@...> To: ajaxcfc@yahoogroups.com Sent:...
Chris Jordan
c_s_jordan
Offline Send Email
Mar 7, 2008
9:23 pm
Messages 1516 - 1547 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