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.

view plain print about
1<CFAJAXIMPORT TAGS="cfwindow, cfgrid">
2
3<CFSET void = getPageContext().getOut().clearBuffer()>

Till next time...

--Dave