Re: iterator question

2007-07-15 Thread Dave Newton
--- Ryan <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > Problem is the listoflists property is accessed each > time an element is accessed (

Re: iterator question

2007-07-15 Thread Manos Batsis
Ryan wrote: Hello All, I'm trying to create a table that has different classes for each column by iterating across a list of lists. Problem is the listoflists property is accessed each time an e

iterator question

2007-07-15 Thread Ryan
Hello All, I'm trying to create a table that has different classes for each column by iterating across a list of lists. Problem is the listoflists property is accessed each time an element is acc

RE: very basic bean/iterator question

2006-12-05 Thread Dave Newton
From: Rick Schumeyer [mailto:[EMAIL PROTECTED] > On the other end, I have a jsp page that displays the result. I know > that the jsp can access beans using tags like logic:iterate and > bean:write. I would just use JSTL c:forEach with the list in scope. In general I avoid the S1 tags except the

very basic bean/iterator question

2006-12-05 Thread Rick Schumeyer
I'm slowly improving with struts, but have a basic question. I query a database using hibernate, which returns a List. On the other end, I have a jsp page that displays the result. I know that the jsp can access beans using tags like logic:iterate and bean:write. (Here is the dumb question: