On 12/3/06, Ralf Bokelberg <[EMAIL PROTECTED]> wrote:

Maybe i'm wrong and there is special internal coldfusion handling
involved, but i don't think, you can cast an Array to a ArrayCollection. You
can only cast the result to something it already is. So if your result is a
custom object, you have to add it to a new ArrayCollection.


Lists of items typically come in from a remoting application via
event.result as an ArrayCollection not an array, at least for me in Java (I
dont use cold fusion). But since the result is of type Object, you would
need to cast it to an ArrayCollection in order to actually put it into a
variable.


Regards,
Hank

Reply via email to