Man, I love ColdFusion. In my debug output I kept seeing:
The VAR parameter to the renderOutput function is required but was not passed in.
I didn't have any functions named renderOutput. Nor did I have any arguments named VAR.
Apparently this is the error you get when you've got CFDUMP call inside of a function with output="no".
Did I say apparently? I meant obviously.
Tags: ColdFusion


