<cfcomponent output="false">
Not something I've really looked into that much before, but what does this actually do?
If you do this:
<cffunction output="false"> then it supresses output from the method.
I would therefore expect that <cfcomponent output="false"> supresses output from the entire cfc, but it doesn't seem to. So what's the point? There doesn't seem to be anything in the docs about it (or at least not that I can find) and Googling didn't bring out much.
As I'd imagine the vast majority of methods and cfcs give no output, it seems a bit odd that output="true" is the default. Anyone got any thoughts?
