I've been using CFAJAXIMPORT to import all the scripts from CFIDE (which doesn't live in the site's root directory for recurity reasons). I need to include this folder to get things like CFWINDOW to work properly. I'm attaching how I've been trying to import all the scripts but I get an error when I use CFAJAXIMPORT. It says "Invalid usage of AJAX tag" "Use cfajaximport tag to specify SCRIPTSRC or make sure all ajax controls are inside a single cfform tag that has SCRIPTSRC". The leads me to think that CFAJAXIMPORT is not the correct way to load all the scripts from a specified directory. This how I call that CFAJAXIMPORT tag:
Code:
<cfajaximport scriptSrc="jslib/cfidescripts/cf8" />
Comment