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 1308 - 1345 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1308
hi Shynes You can use ext.js on top of jquery... Thus it looks like perfect match with AjaxCFC/jQuery. AjaxCFC for dataconnection und ext.js for...
Daniel Schmid
ananda1203
Offline Send Email
Jun 1, 2007
1:02 pm
1309
I suppose it would work, but the files together are too big. All the libraries are growing and they should make it easier to just include the functions you...
Mark Ireland
akaidr4vr
Offline Send Email
Jun 2, 2007
1:03 am
1311
extjs.com does that... http://extjs.com/download/build Best Daniel ... extjs.com does that... http://extjs.com/download/build Best Daniel I suppose it would...
Daniel Schmid
ananda1203
Offline Send Email
Jun 5, 2007
11:27 am
1315
Hello, Apparantly ColdFUsion 8, now in release candidate has widgets built in for YAHOO UI library. SWEET!!!! Anyway, if thats the case, where does it fall...
shynes
Offline Send Email
Jun 11, 2007
10:07 pm
1316
... Maybe. But there won't be CF tags to drive them with. -- Tom Chiverton Helping to apprehensively e-enable sexy solutions on:...
Tom Chiverton
tom.chiverton
Offline Send Email
Jun 12, 2007
10:10 am
1317
Hi, We're implementing AJAX CFC in our intranet application and have run into an issue where at times as we kick off 5 or so AJAX calls asynchronously Internet...
Christine Davis
ca_davis2
Offline Send Email
Jun 12, 2007
7:50 pm
1318
Hi guys. I have a small problem here. I downloaded AjaxCfc and extracted AjaxCfc into my parent directory and trying to execute myweather.cfc. But it does not...
erstud77
Offline Send Email
Jun 13, 2007
5:52 pm
1319
Hi guys. I have a small problem here. I downloaded AjaxCfc and extracted AjaxCfc into my parent directory and trying to execute myweather.cfc. But it does not...
erik tsomik
erstud77
Offline Send Email
Jun 13, 2007
6:13 pm
1320
I didnt review all your code. But the first thing I see is your component should extend ajax.cfc. change this <cfcomponent displayname="ajaxTest"...
Kevin
lbretail22
Offline Send Email
Jun 13, 2007
6:25 pm
1321
Well as you saw my cfc commponents is located below and it extending ajax ... {'_cfscriptLocation':'myweather.cfc','_jsscriptFolder':'../core/js'};< ... ...
erstud77
Offline Send Email
Jun 13, 2007
6:37 pm
1322
Hi Christine, are you returning large amounts of data? I have seen similar issues when returning fairly large datasets and then trying to render them to the...
Ben Densmore
bsdensmore
Offline Send Email
Jun 13, 2007
7:26 pm
1323
do you have a mapping set up that points to Ajax.cfc? You are extending tool not ajax.cfc. The way Kevin explained it is the way you need to extend the AjaxCFC...
Ben Densmore
bsdensmore
Offline Send Email
Jun 13, 2007
7:31 pm
1324
Ok.. As long as the ajax.cfc is in the same folder as your custom component that should be fine. I did have some issues on some servers that wouldnt allow me...
Kevin
lbretail22
Offline Send Email
Jun 13, 2007
7:53 pm
1325
Good Afternoon, Has anyone had this issue ? If I include the JS wddx.js I receive object errors when I use the DWRUtil.addOptions to populate a returned query....
Keith
head_java
Offline Send Email
Jun 14, 2007
7:29 pm
1326
I updated AjaxCFC to 1.01 A3 and now all is well. Thanks. ... returned ... need...
Keith
head_java
Offline Send Email
Jun 14, 2007
8:55 pm
1327
This callback is doing something odd. The getText is returning all the text values strung together separated by a comma. The getValue loads the values fine....
Keith
head_java
Offline Send Email
Jun 14, 2007
9:02 pm
1328
Hi Ben, We're working on taking a Fusebox application with dynamically generated tabbed form interfaces and changing it so we make AJAX calls to get the...
Christine Davis
ca_davis2
Offline Send Email
Jun 15, 2007
4:00 pm
1329
My eyes are not telling my brain whats on the screen. The getText has the object name BudQuerys not BudQuery. Not sure when, how this happen as this was...
Keith
head_java
Offline Send Email
Jun 15, 2007
4:10 pm
1330
I have may be a silly question but I still want to ask. Can I put the function in the same companent? <cfcomponent displayname="ajaxTest" extends="tool"> ...
erik tsomik
erstud77
Offline Send Email
Jun 15, 2007
4:37 pm
1331
when I execute the code nothing is going on. <cfcomponent displayname="ajaxTest" extends="tool"> <cffunction name="DisplayLoginForm" access="public"...
erik tsomik
erstud77
Offline Send Email
Jun 15, 2007
6:29 pm
1332
I'm not sure which function you are talking about. IMO I would keep your html output separate from a cfc though. Let the CFC return data and let the cfm...
Ben Densmore
bsdensmore
Offline Send Email
Jun 15, 2007
6:38 pm
1333
OK I am able to see the text boxes, but once I enter the zip code and navigate away from the text box I supposed to get city and the state(function ziplookup)....
erik tsomik
erstud77
Offline Send Email
Jun 15, 2007
6:56 pm
1334
The only thing I can say is what I had to to to learn this. Start simple.. Very simple. Creat a .cfm template that includes the .js scripts. Create a component...
Kevin
lbretail22
Offline Send Email
Jun 15, 2007
6:57 pm
1336
I'm using the ajaxCFC with jQuery code, and the examples on Rob's blog don't really show how to access data returned as a query. Here's a snippet of my call. ...
Steve Brownlee
orbwave
Offline Send Email
Jun 19, 2007
7:06 pm
1337
Hi guys. Can you provide me with the simple form validation example using Ajaxcfc.? Thank you ...
erik tsomik
erstud77
Offline Send Email
Jun 21, 2007
2:05 pm
1338
Form validation is not a built-in feature of AjaxCFC. AjaxCFC is really more of a CF wrapper for the jQuery and DWR DOM/Ajax libs and dramatically improves...
Rey Bango
reybango
Offline Send Email
Jun 21, 2007
2:34 pm
1339
That looks correct Steve. Looks like there are no values for note_timestamp or note_txt though. Are you having issues? Ben ... From: Steve Brownlee...
Ben Densmore
bsdensmore
Offline Send Email
Jun 21, 2007
3:25 pm
1343
Hi I am using scriptaculous.js prototype for the form validation, and insyead of getting messages getting errors saying that validation is undefined. I doubke...
erik tsomik
erstud77
Offline Send Email
Jun 26, 2007
8:32 pm
1344
Sorry my man but you're on the wrong list. This list is specific to AjaxCFC which uses jQuery & DWR. You might be better off posting on CF-Talk or HoF's ajax...
Rey Bango
reybango
Offline Send Email
Jun 26, 2007
8:47 pm
1345
hi my friends ... I've just reviewed a piece of content management software that does so many different things for you as a website owner that I jokingly asked...
speake sofly53
speakesofly54
Offline Send Email
Jun 27, 2007
11:53 am
Messages 1308 - 1345 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