Tag Archives: CFWindow

ColdFusion 8 CFWindow caching problem

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 [...]

Posted in ColdFusion, Javascript | Also tagged , , | 2 Comments

Refreshing a CFWindow

Recently I came across the situation where I wanted to refresh a cfwindow with a source tag that was bound to a hidden form field. When the value of the form field changed I wanted the window information to be reloaded, however since the value was being changed via javascript the onChange event was not [...]

Posted in ColdFusion, Javascript | Also tagged | Leave a comment