[flexcoders] OT: 2D array from Remoting

2005-11-23 Thread Scott Langeberg
Sorry for the OT, but I haven't found anyone with the same problem andI'm losing hope. I'm trying to return a 2D array from Coldfusion to Flash, via Remoting. However, I am getting the following error: Could not convert a value of type class [[I to an Array The component works fine, as I

RE: [flexcoders] OT: 2D array from Remoting

2005-11-23 Thread Dustin Mercer
] On Behalf Of Scott Langeberg Sent: Wednesday, November 23, 2005 1:21 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] OT: 2D array from Remoting Sorry for the OT, but I haven't found anyone with the same problem andI'm losing hope. I'm trying to return a 2D array from

Re: [flexcoders] OT: 2D array from Remoting

2005-11-23 Thread Scott Langeberg
the question properly Dustin Mercer From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Scott LangebergSent: Wednesday, November 23, 2005 1:21 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] OT: 2D array from Remoting Sorry for the OT, but I haven't

Re: [flexcoders] OT: 2D array from Remoting

2005-11-23 Thread John C. Bland II
Can you post code? On 11/23/05, Scott Langeberg [EMAIL PROTECTED] wrote: Sorry for the OT, but I haven't found anyone with the same problem andI'm losing hope. I'm trying to return a 2D array from Coldfusion to Flash, via Remoting. However, I am getting the following error: Could not

Re: [flexcoders] OT: 2D array from Remoting

2005-11-23 Thread Scott Langeberg
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Scott LangebergSent: Wednesday, November 23, 2005 2:28 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] OT: 2D array from Remoting Yeah, Flash accessing the built-in remoting in Coldfusion MX 7. Scott

RE: [flexcoders] OT: 2D array from Remoting

2005-11-23 Thread Dustin Mercer
: [flexcoders] OT: 2D array from Remoting Unfortunately, Flash doesn't appear to have that ArrayUtil class. Here is the code, where coldfusion is calling the java object. I can call the same component from a different page (CFM) and get proper array from java, but is causing errors

RE: [flexcoders] OT: 2D array from Remoting

2005-11-23 Thread Dustin Mercer
, November 23, 2005 3:39 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] OT: 2D array from Remoting Unfortunately, Flash doesn't appear to have that ArrayUtil class. Here is the code, where coldfusion is calling the java object. I can call the same component from

RE: [flexcoders] OT: 2D array from Remoting

2005-11-23 Thread Bjorn Schultheiss
= returnObj.getItemAt(0); } or something like that... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dustin MercerSent: Thursday, 24 November 2005 12:23 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] OT: 2D array from Remoting BTW, does the code you supply work