Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF 9, use CF 8 Ajax Library

Explorer ,
Oct 15, 2009 Oct 15, 2009

We host an application that heavily uses the CF 8 Ajax features, upgrading to 9 on a test server it looks like there is a problem with almost every control (tabs, windows, binding). Is there an easy way to make it use the CF 8 Ajax libraries as a stopgap until we can work out the bugs?

888
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Oct 15, 2009 Oct 15, 2009

It sounds like CF9 updated its Ext library and could/does cause problems with code that ran in CF8. Check Ray Camden's post from this morning on Ajax stuff in CF9:
http://www.coldfusionjedi.com/index.cfm/2009/10/15/Warning-to-Ajax-uses-in-ColdFusion-9

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 20, 2009 Oct 20, 2009
LATEST

Update:

Tried fixing by myself and using blogs about it including

http://samfarmer.instantspot.com/blog/2009/08/14/Use-cfajaximport-to-help-with-CF8-to-CF9-migration

This does not work using some pretty standard functionality, IE they will *try* to work like CF8, but it ultimately fails (for example, tabs break and the "name" attribute replaces the title attribute for some reason, they also default to displaying an "X" to close the tab)

I really dont understand why adobe didn't explicitly tell us when CF 8 came out something to the effect of "Only use these librarys for prototyping, because we are going to change the librarys with no backwards compatibility in the future", hah! I would really think there should be a setting in the CF Admin for "Use Coldfusion 8 Ajax Library"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources