The Thinking Lemur

Posts Tagged ‘CFWindow

25 Nov, 2007

ColdFusion 8 CFWindow caching problem

Posted by: Donnie Bachan In: ColdFusion| Javascript

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

26 Sep, 2007

Refreshing a CFWindow

Posted by: Donnie Bachan In: ColdFusion| Javascript

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