Search the web
Sign In
New User? Sign Up
cfajax
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 143 - 172 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
143
It's possible? Cheers....
marcoacs2001
Offline Send Email
Aug 1, 2005
4:40 pm
144
We are using CFAjax without any special mappings. What are you directly refering to?...
buddyleecb
buddyleecb@...
Send Email
Aug 1, 2005
8:39 pm
145
Because CFAjax Docs explain that need to insert an IIS mapping to CFAjax works fine. How can I use CFAjax without IIS mappings? Do you have more details? ...
marcoacs2001
Offline Send Email
Aug 1, 2005
9:27 pm
146
Works fine now. Only change ajax path in templates with your directory will work properly. Cheers...
marcoacs2001
Offline Send Email
Aug 2, 2005
4:31 pm
147
I see that a previous poster had the same problem, and his problem was resolved by downloading the latest version of the code. I downloaded and installed...
ritacarp
ritacarp@...
Send Email
Aug 5, 2005
12:41 am
148
Are you able to run other examples? ... was ... the...
Arjun
arrow_us_dc
Offline Send Email
Aug 5, 2005
6:29 pm
149
Well i guess i am too late in following up on this issue, but if its not resolved do let me know. I can be reached at following messangers yahoo : indiankey ...
Arjun
arrow_us_dc
Offline Send Email
Aug 5, 2005
6:32 pm
150
... No, I'm not able to run the other examples. I think the problem is occuring in this line in the function function getCityInfo(_city) in the html file...
ritacarp
ritacarp@...
Send Email
Aug 7, 2005
9:43 pm
151
I got it to work by making my default web root inetput/wwwroot, and changing the path to the cfcs. So the problem was that the web server was seeing things. I...
ritacarp
ritacarp@...
Send Email
Aug 7, 2005
9:59 pm
152
OK, I got it to work by mapping a virtual directory, and defining the paths of the cfcs as ajax.examples.data.customdata and ajax.examples.cfobject. ... I'm ...
ritacarp
ritacarp@...
Send Email
Aug 7, 2005
10:06 pm
153
I need to create a form that uses the accordian widget. The example displays static data. I can write the HTML for the form for each panel, but what happens...
ritacarp
ritacarp@...
Send Email
Aug 7, 2005
10:10 pm
154
Is there a reason why there is a blank .cfc included with the examples called "cfobject.cfc"? And also is there any reason why the "functions.cfm" file...
robertcaretta
Offline Send Email
Aug 8, 2005
7:37 pm
155
Hi all! I am successfully using CFAjax to call a Cold Fusion function, however, I would like the function to return a structure. Say my structure is created...
sharonbg2005
sharonb@...
Send Email
Aug 8, 2005
11:10 pm
156
Never mind! result[0]["KEY"] and result[0]["VALUE"] is the answer....
sharonbg2005
sharonb@...
Send Email
Aug 9, 2005
2:06 pm
157
does anyone have a customized cfajax.cfm that works w/out getmetadata() function. i am running cfajax on a bluedragon server and the only compatibility issue...
keithcircka
k@...
Send Email
Aug 10, 2005
2:30 pm
158
my mistake on the getmetadata() reference, it is actually the function evaluate() causing the incompatibility. so my question my be better served by asking if...
keithcircka
k@...
Send Email
Aug 10, 2005
5:41 pm
159
if i reorder(see bluedragon blurb below) the functions.cfm and cfajax.cfm so that all functions are rendered before any other code everything seems to work,...
keithcircka
k@...
Send Email
Aug 10, 2005
6:05 pm
160
solution found... if anyone needs to ever use cfajax w/ bluedragon which makes a great combo, being bluedragon is free, here is what needs to done: 1)in...
keithcircka
k@...
Send Email
Aug 10, 2005
9:41 pm
161
i almost forgot one last step, comment out: '<cfset variables.metaData = getMetadata(evaluate(methodname))>' ... commented ... BlueDragon ... better ... () ......
keithcircka
k@...
Send Email
Aug 10, 2005
9:43 pm
162
I am using CFAJAX with the key/value example on http://www.indiankey.com/cfajax/examples/keyvalue.htm Ironically, it is also for a phone brand/model/image...
erikcuss
Offline Send Email
Aug 12, 2005
1:57 pm
163
In functions.cfm, I defined a new function as follows <cffunction name="ebayCategoryLookup" hint="type='keyvalue' jsreturn='array'"> <cfargument...
ritacarp
ritacarp@...
Send Email
Aug 18, 2005
5:49 am
164
I too was new to cffunction when I discovered cfajax. To troubleshoot, I copied the stuff inside the cffunction into a test.cfm page, replacing cfargument...
Chad Renando
renantc
Offline Send Email
Aug 18, 2005
6:38 am
165
I did that. The query works. Its fine. Its when I use it with CFAJax that it dies an unnatural death. I am using this within a fusebox framework. Could that...
ritacarp
ritacarp@...
Send Email
Aug 18, 2005
2:30 pm
166
Anyone? Bueller? Bueller? Can anyone suggest any other forum or Ajax implementation (maybe ASP.net or PHP) that may of help? Otherwise, I have to scrap this...
erikcuss
Offline Send Email
Aug 18, 2005
2:38 pm
167
When are you calling this loop ... document.addclient.model.length; i++) ... "129") ... true; ... make sure that you loop over model collection only after the...
Arjun
arrow_us_dc
Offline Send Email
Aug 18, 2005
2:57 pm
168
i was trying to run the zip code example and i am getting an error that DRWUtil is undefined i have the cfajax folder in the same place i have the page i am...
bocamanrecess
Offline Send Email
Aug 18, 2005
5:16 pm
169
I have a cfajax app that tracks workgroup projects. It is all done using a single index page, with no url changes, all done with javascript calls to cf...
Deviator
deviatornexus
Offline Send Email
Aug 19, 2005
7:25 pm
170
Can we see the app? ... _________________________________________________________________ Sell your car for $9 on carpoint.com.au ...
Mark Ireland
akaidr4vr
Offline Send Email
Aug 21, 2005
12:34 am
171
Firstly, love the ease of pluggin in and working it. But I have one question, how are sessions maintained when the call to the functions.cfm is called? That...
jskrotzki
jskrotzk@...
Send Email
Aug 21, 2005
8:00 pm
172
My isp could not setup the ajax mapping for me. They gave me my_login_ajax instead. What will I have to change to get this working? Thanks ...
Mark Ireland
akaidr4vr
Offline Send Email
Aug 21, 2005
10:56 pm
Messages 143 - 172 of 2021   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