When I run JavaCast to set a ColdFusion Array to an array of Netsuite Java 
objects, 
com.netsuite.webservices.lists.relationships_2010_1.CustomerAddressbook[], when 
I dump the array and output the GetClass().GetName(), the array length is 
correct and the GetClass().GetName() value is 
[Lcom.netsuite.webservices.lists.relationships_2010_1.CustomerAddressbook 
indicating it is indeed an array of objects, each element in the cfdump for the 
array has the following:

[undefined array element] Element 1 is undefined in a Java object of type class 
coldfusion.runtime.Cast$1.

Any idea why this is?  If I try this with a string array, and JavaCast to 
"String[]", the cfdump displays the correct values for each element in the 
array.

Thanks,

Donnie 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:338627
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to