What's a good way to dump out the properties/instance variables of a CFC?

I have a page where I can pass in a variable name and dumping it out
dynamically. But, with CFCs, obviously all I get are method names, which
aren't that useful, when, in the case of beans, I want the values of the
variables in the CFC (basically, the result of every getter).  Typically,
these beans are in the session scope.

It seems like it shouldn't be that hard, but I'm not having much luck.

Scott

-- 
-----------------------------------------
Scott Brady
http://www.scottbrady.net/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334867
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to