ajaxCFC update for Blue Dragon Compatibility
It's been a while since my last ajaxCFC update, but my last release had a small bug when running in Blue Dragon. It seems like the getMetaData function doesn't behave exactly the same, so thanks to Vience's help I fixed it to work with BD too.
I also have a port for the Mach II framework coming really soon thanks to Dan Wilson. Don't you love open source projects?
I also have a port for the Mach II framework coming really soon thanks to Dan Wilson. Don't you love open source projects?
TrackBacks
There are no trackbacks for this entry.
Trackback URL for this entry:
http://www.robgonda.com/blog/trackback.cfm?5F464F1A-3048-7431-E4066A332F3BADCF
http://www.robgonda.com/blog/trackback.cfm?5F464F1A-3048-7431-E4066A332F3BADCF









cheers,
john.
I was experimenting with ajaxcfc and noted that if you send a string containing "%" the percentage sign you get an error in line 175 of ajax.cfc, all that line does is urlDecode the string, what can be wrong??
Regards
I might have found a bug in the suggest example you made. When you are entering a string to search for, and then you press backspace to delete the string, things start getting funky.
to see what i mean, go here: http://www.robgonda.com/blog/projects/ajaxcfc/exam...
Type in "ala", then backspace until you are left with "a". Now re-type the "la", so you are left with "ala". For those of you confused.
Step 1) ala
step 2) a (backspace it)
Step 3) ala
Now, instead of displaying the correct states "alabama, alaska", we get "AK, AL, undefined"
Any idea what is causing this?
-jeff gladnick
The bug has been fixed and the project zip file updated. The solution was posted in the y! group a few weeks ago, so lets thank Mike (michaellkaplan) for the fix.
Cheers.