If you have the following in your code be carefull. The JS code generated by the CFAJAXIMPORT tag is still generated. The clearBuffer function does not remove it from the output.
2
3<CFSET void = getPageContext().getOut().clearBuffer()>
Till next time...
--Dave