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 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 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 > > <s:iterator.../> loop as a quick sanity check)? > > > > d. > > > > > > > > > > ____________________________________________________________________________________ > > Need a vacation? Get great deals > > to amazing places on Yahoo! Travel. > > http://travel.yahoo.com/ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]