Re: s:iterator tag

2007-08-10 Thread Marcos Mendonça
I managed to make it work by acessing the ArrayList.iterator() method. That is, I had to create another class member of the type Iterator, create getters and setters for it, and the use that member in the .jsp. On 8/9/07, Marcos Mendonça <[EMAIL PROTECTED]> wrote: > Yes, I did. ArrayList has somet

Re: s:iterator tag

2007-08-09 Thread Marcos Mendonça
Yes, I did. ArrayList has something in it. I managed to print it's size and log the file name, the one I'd like to print with the JSP. On 8/9/07, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Marcos Mendonça wrote: > > I have an action that generates an ArrayList of the > > files in a given direct

Re: s:iterator tag

2007-08-09 Thread Dave Newton
--- Marcos Mendonça wrote: > I have an action that generates an ArrayList of the > files in a given directory. Do you know that it's generating a list with any files in it (determine via logging for the most complete information or put something else in the loop as a quick sanity check)? d.