I haven't been following the thread, but wouldn't returning the result of
this _expression_ work:

new Vector(Arrays.asList(myArrayVariable));

It'll only handle Object[]s, so if you want to deal with primitives, you'd
have ot manually box them into an array of the corresponding type (int ->
Integer, etc).

Cheers,
barneyb

> -----Original Message-----
> From: Andrew Scott [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 01, 2004 4:20 PM
> To: CF-Talk
> Subject: RE: Java and Coldfusion help (Repost)
>
> So that means no one knows how to set an array in Java in a
> cfx tag to a
> coldfusion variable?
>
> Regards
> Andrew Scott
> Technical Consultant
>
> NuSphere Pty Ltd
> Level 2/33 Bank Street
> South Melbourne, Victoria, 3205
>
> Phone: 03 9686 0485  -  Fax: 03 9699 7976   
>  
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to