RE: Displaying an array of Strings

2002-02-27 Thread Galbreath, Mark
What's a FileFolder? Mark -Original Message- From: Tadashi Ishikawa [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 8:05 PM <% String [] fileNames = FileFolder.list(path); pageContext.setAttribute("Files", fileNames, PageContext.PAGE_SCOPE); %> -- To unsubscribe, e-mail: <

Re: Displaying an array of Strings

2002-02-26 Thread Tadashi Ishikawa
I give you my sample code. <% String [] fileNames = FileFolder.list(path); pageContext.setAttribute("Files", fileNames, PageContext.PAGE_SCOPE); %> LLoyd Dobbler wrote: >> If that's not good use iterate. > > > I *want* to use the iterate tag, as I mentioned in my original post. > But I don

RE: Displaying an array of Strings

2002-02-26 Thread LLoyd Dobbler
>If that's not good use iterate. I *want* to use the iterate tag, as I mentioned in my original post. But I don't know how to do it without using a bean. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

RE: Displaying an array of Strings

2002-02-26 Thread Mâris Orbidâns
You can concatenate them in one String and then display it. If that's not good use iterate. Maris -Original Message- From: John Doe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 6:42 PM To: [EMAIL PROTECTED] Subject: Displaying an array of Strings I have an array of Str