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: