What is up with this list, I still have not received anything for over 2 weeks now, but I can see people have posted if I go to yahoogroups. Russ ... From:...
I haven't gotten anything via email either. <!----------------//------ andy matthews web developer ICGLink, Inc. andy@... 615.370.1530 x737 ... From:...
Me neither...apart from this thread... _____ From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of Andy Matthews Sent: 02 March 2006 15:02 ...
Well there is something up for sure. I noticed I had been suspended from the list twice stating that my emails were bouncing, which they were not, as I use...
AHHHH. Why can't we just standardize on one list? I feel like I'm going to miss out on potentially helpful emails unless I subscribe to all of them. ... ...
+1 "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in...
Hello all! I have been having fun with cfajax for a little bit and I have run into a problem. What I have is a html form and I want to send that off to a ...
I see so many abuses of Ajax! ;-) so, you are trying to pass back a full form via Ajax? ... From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On...
I'm new to AJAX, so I'm not sure what "abuses" you see. Could you lemme know so that I could clean up my code? Yes, I want to send the entire form to AJAX so...
Think of it this way.....you have two facets of the application.....the front-end (the visual side) and the database. Ajax should perform the *data* transfer...
I'm returning a wddxrecordset from a CF function thru CFAJAX when the recordset is returned I want to populate the data into some html elements. When I alert...
Why use WDDX to do something that CFAJAX does via JavaScript directly? Is WDDX your actual storage format or is this an intermediate step between the client...
Yes a struct, or object could map directly to a js object, however all of the cfajax I've been runing returns myObj[0].key Myobj[0].value so you have to loop...
I would like to thank James for his efforts to explaining possible gotchas which seemed to have stopped the flow of common errors and redundant posts, However...
... I thought about answering this question then I realized I really DON'T fully understand it... =) the important parts to me: the javascript files that you...
The reason for WDDX is that I'm returning 6 records with 10 columns each, a little to complex for CFAJAX. So if I return a valid WDDX recordset from a CF...
A javascript simpleton asks: When using suggest, how can I pass both the key AND the value returned from the query when the form is submitted? thanks!...
This is not too complex for CFAJAX. Again, a CF query (of 6 rows with 10 columns if you want) maps DIRECTLY to a JS object as discussed in the wiki: ...
because yahoo doesn't post this messages in utf-8, i posted pictures to show the problem picture1 <http://www.crhov.co.yu/cfajax/screen2.png> picture2 ...
"Use the new ToScript function to create JavaScript variables from a ColdFusion variable. This function can convert ColdFusion strings, numbers, arrays,...
For whatever reason i cannot get this puppy properly installed. I opened coldfusion admin and mapped: /ajax = C:\Program Files\Apache Group\Apache2\htdocs\ajax...
Mapping and other configs are not necessary: http://www.indiankey.com/cfajax/wiki/ow.asp?CFAjaxInstallation ... -- CFAJAX docs and other useful articles: ...