Answered
isdefined("query.recordcount")
I am getting incorrect data when checking the
isdefined("query.recordcount") inside of an <cfoutput
query="temp"> tag. If the query portion of the query.recordcount
in the isdefined funciton is different then the query attribute of
the cfoutput tag, the isdefined function returns NO, even if there
are records in the query.
