Question
Possible to use cfajaximport to pull scripts from another host?
I'm trying to reduce the number of calls going to a single
host by splitting up the requests for different assets across
multiple hostnames. This is easy to do with other web application
environments (for example, Rails). However, it seems that the
cfajaximport tag does not support absolute paths to the
scriptSrc directory. If I try using an absolute path (e.g.
http://www.adobe.com/scripts/),
I get the error:
"coldfusion.tagext.html.ajax.HtmlAssembler$InvalidAjaxTagUsageException:
Invalid usage of AJAX tag."
Is it really the case that I can only use relative paths with cfajaximport?
Is it really the case that I can only use relative paths with cfajaximport?
