[OT-Friday] Re: object[] to string[]

2006-11-10 Thread Christopher Goldman
On Fri, 2006-11-10 at 16:32 -0500, Monkeyden wrote: > That wasn't very pedantic of you to mispell it. :) "Misspell?" Or was that irony? ;) Ever-pedantic Chris -- Christopher D. Goldman [EMAIL PROTECTED] - To unsubscribe, e

Re: object[] to string[]

2006-11-10 Thread Monkeyden
That wasn't very pedantic of you to mispell it. :) On 11/10/06, Ed Griebel <[EMAIL PROTECTED]> wrote: On 11/10/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > I dont know 'pendantic' so I would suggest System.arrayCopy as in > > (Sorry for being pedantic...) LOL, TGI Friday! :-) -

Re: object[] to string[]

2006-11-10 Thread Ed Griebel
On 11/10/06, Martin Gainty <[EMAIL PROTECTED]> wrote: I dont know 'pendantic' so I would suggest System.arrayCopy as in (Sorry for being pedantic...) LOL, TGI Friday! :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: object[] to string[]

2006-11-10 Thread Martin Gainty
stribution or copying of it or its contents - Original Message - From: "Ed Griebel" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, November 10, 2006 2:35 PM Subject: Re: object[] to string[] > Maybe I'm just being pendantic, but t

Re: object[] to string[]

2006-11-10 Thread Ed Griebel
Maybe I'm just being pendantic, but this isn't really related to Struts at all. java.util.Arrays and java.util.Collections provide a lot of methods to transform between arrays and collections. You will find your answer after some reading and some experimentation. On 11/10/06, temp temp <[EMAIL P