>I have a business case where I need to take a basic business object and add > new properties to it at run time via a series of admin user interfaces.
Could you maybe have a single struct as one of the object's properties called "additionalProperties" or something like that. Then add your properties/values as keys/values to this struct. Then when you need to figure out what properties have been added you could get the keys from that additionalProperties struct, and to get the values you could loop over it as a collection. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293125 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

