I am building a little app in CF and using AJAX. (not CFAJAX) Basically it has 2 types of functions. The first returns a CF created table to display the data list. The second returns a CF created list, that I break up in javascript to populate my form.
I am having an issue that all the data being returned is cached (in the browser, not server side). Any ideas on how I can stop it? Is appending a uuid to the query string my only option? I am using the no-cache meta tag param but im sure that is just for the front end html. How do I also stop the javascript from being cached? Without turning off caching in the browser. This part wont be an issue for production, but its annoying in development. Thanks. Ric. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293990 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

