We are using CFAjax without any special mappings. What are you directly refering to?...
buddyleecb
buddyleecb@...
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? ...
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@...
Aug 5, 2005 12:41 am
148
Are you able to run other examples? ... was ... the...
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 ...
... 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@...
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@...
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@...
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@...
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...
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@...
Aug 8, 2005 11:10 pm
156
Never mind! result[0]["KEY"] and result[0]["VALUE"] is the answer....
sharonbg2005
sharonb@...
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@...
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@...
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@...
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@...
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@...
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...
In functions.cfm, I defined a new function as follows <cffunction name="ebayCategoryLookup" hint="type='keyvalue' jsreturn='array'"> <cfargument...
ritacarp
ritacarp@...
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...
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@...
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...
When are you calling this loop ... document.addclient.model.length; i++) ... "129") ... true; ... make sure that you loop over model collection only after the...
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...
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...
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@...
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 ...