Reply to comment
Caching JS filled fields in Safari - CF
Submitted by Developing on Mon, 03/02/2009 - 09:54I was running into an issue where some fields weren’t refreshing properly after being set. The fields in question were being loaded a bit differently than other pages, after the page had loaded the fields were filled using javascript. This caused a problem in Safari because it cached the information.
The solution - let ColdFusion tell Safari not to cache the page...
