Is there an equivalent ColdFusionMX command to response.clear in ASP?
I have an error handler function that displays an error message when an error occurs. But, since the error is likely to occur half way through processing the page, some page output is likely to have been processed ready to be displayed on the screen. I'd rather clear all the page output, and just display the error message without anything else.
For reasons which I don't have the energy to explain here, I would rather not use cflocation to go to another page, and I don't want to use cferror.
Any ideas? Thanks.