In ColdFusion 9, when I JavaCast a Coldfusion array to an array of objects, specifically com.netsuite.webservices.lists.relationships_2010_1.CustomerAddressbook[], and I dump the array, the correct number of elements is displayed; however, each element has the followinf for a value...
[undefined array element] Element 1 is undefined in a Java object of type class coldfusion.runtime.Cast$1. If I create the array using the java.lang.reflect.Array object, the dump is correct. Also, if I JavaCast to a string[] it works fine. Any ideas? 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:338630 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

