clearBuffer() does not remove CFAJAXIMPORT JS

Posted At : March 26, 2008 7:37 AM | Posted By : Dave
Related Categories: ColdFusion 8

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.

<CFAJAXIMPORT TAGS="cfwindow, cfgrid">

<CFSET void = getPageContext().getOut().clearBuffer()>

Till next time...

--Dave

Comments

There are no comments for this entry.

[Add Comment]