This iteration of ColdFusion is absolutely wonderful. Now anyone can AJAX and look like a DHTML guru with just a few lines of code. A previous post outlined the problem of not being able to refresh the CFWindow content. CF8 uses the EXT js library as of version 1.1.1 (I think) which by default does [...]
I was going crazy trying to figure out why my href in the cfgridcolumn tag was not working with the new CFGrid in html mode. Apparently the appendKey attribute of the CFGrid tag is set to TRUE by default and this forces the href attribute to be a valid url. If you change the appendKey [...]
I am hopeful that there will come a time when Microsoft’s IE team will learn that developers really need error messages that make some sense! I am working on this application that uses the Yahoo! UI library and in particular the menu widget. It works fine on Firefox and on IE on my local network [...]