Question
CFAJAXPROXY COLDFUSION 8 BUG DISASTER
I don't know if this is just a problem with my specific
installation or if its a cf 8 distribution-wide bug, so if someone
could help me confirm that and help me solve it I will be so
greatful! I've lost almost a full day during a critical period of
my work trying to figure out why all of my cfajaxproxy tags stopped
running the CallBackHandlers after they ran.
The cfc called by the ajaxproxy runs fine, but the callbackhandlers never work. After several hours of troubleshooting, I started testing a simple page with only a cfajaxproxy with a cfc that had literally no code to run inside the function other than a cfreturn. Still the same thing, no callbackhandler... Finally I figured out that when I commented out the link tag that includes my css file, the cfajaxproxy callbackhandler was run!
So I then went to work trying to figure out what exactly in my css file was causing this - I commented out the entire contents of the css file and when included in my file with the cfajaxproxy, it STILL broke it. So then I figured it was the link tag and decided as a work around to just take all my css out of the css file and paste it directly into my cfajaxproxy test file wrapped in a <style> tag and it still broke it! I deleted all the code from inside the <style> tag and just left a blank <style></style> tag and it still broke it. Sure enough when I comment out the style tag, everything works fine.
Please help me!!! I cant go without css on this project and I have a deadline cruising toward me, ready to eat me alive!
Thanks,
D
The cfc called by the ajaxproxy runs fine, but the callbackhandlers never work. After several hours of troubleshooting, I started testing a simple page with only a cfajaxproxy with a cfc that had literally no code to run inside the function other than a cfreturn. Still the same thing, no callbackhandler... Finally I figured out that when I commented out the link tag that includes my css file, the cfajaxproxy callbackhandler was run!
So I then went to work trying to figure out what exactly in my css file was causing this - I commented out the entire contents of the css file and when included in my file with the cfajaxproxy, it STILL broke it. So then I figured it was the link tag and decided as a work around to just take all my css out of the css file and paste it directly into my cfajaxproxy test file wrapped in a <style> tag and it still broke it! I deleted all the code from inside the <style> tag and just left a blank <style></style> tag and it still broke it. Sure enough when I comment out the style tag, everything works fine.
Please help me!!! I cant go without css on this project and I have a deadline cruising toward me, ready to eat me alive!
Thanks,
D
