You'll get that error whenever you dump a function call that doesn't
return anything.

<cffunction name="nowt">
    <!--- I return nothing --->
</cffunction>

<cfdump var="#nowt()#">

On Jul 2, 6:25 pm, Ben Densmore <[email protected]> wrote:
> cfdump chokes on it. It gives me an error that var is required or something
> like that even though I'm doing <cfdump
> var="#store[category].getChildCategory()#" />, it seems to do this with any
> method I try to do a cfdump on that has a return type that is an object.
>
> I've never encountered that error with cfdump before.
>
> Ben
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CFCDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cfcdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to