I'm doing some .Net integration and the values of the .Net object returned need 
to be inspected and then displayed if they are defined

 

I've found that the conversion process brings everything back as 
rootObject.Get_ObjectName().Get_Value() which blows up if the object is empty 
throwing an undefined error - However if I try and use 
isDefined("rootObject.Get_ObjectName") or 
StructKeyExists(rootObject,"Get_ObjectName) - it just doesn't work - If I add 
in the () at the end - it blows up Coldfusion

 

I can't just display everything because there may be elements that are empty - 
Has anyone else had this problem & have a solution? 

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

Reply via email to