Sorry, I meant using getName() on those returns the class names... typing too fast as usual.
-----Original Message----- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, 25 May 2005 12:35 To: CF-Talk Subject: RE: _Structures_vs._"Real_Structures" Yes, using getClass() on those returns coldfusion.filter.FormScope for the form scope and coldfusion.runtime.Struct for the struct. Working through Super classes from there, the form scope goes back through some CF scope classes to java.util.AbstractMap, while the struct goes back through coldfusion.util.FastHashtable to java.util.Hashtable. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207623 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

