Re: iterate only showing one row -- newbie question

2002-01-13 Thread Team Gasoline
Thanks for your reply, I have checked out your nested:iterate and it looks very interesting. And for my problem, if you look in my jsp I have closed the iterate tag twice, this was why I was only printing out the last row of the resultSet and not all of them. Cheers! logic:iterate

iterate only showing one row -- newbie question

2002-01-12 Thread Team Gasoline
Hi All -- The following iterate code only shows up as one row in my jsp. With the debug code I know that the arrayList is being populated with all the beans representing my resultSet. The row that appears seems to be the last row to be obtained. What is happening with the rest??? Thanks for

Re: iterate only showing one row -- newbie question

2002-01-12 Thread Arron
Wow, that's a lot of code there mate. :) I really do recommend using the nested extension for this. It's an exact fit for what you're trying to do. http://www.keyboardmonkey.com/strtus There's all the information you need to get running. Primer, tutorial if you need it, and stuff for the