Hi list, I want to iterate over a number of rows from my database.
I have removed most of my Javacode, but two statements remain. 
Any way I can get rid of those too?

<% BuchKatalog bk = new BuchKatalog(); %>
<ol>
<logic:iterate id="myBooks" collection="<%= bk.getBuecher()  %>">
   <li>
      <bean:write name="myBooks" property="titel"/>
   </li>
</logic:iterate>
</ol>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to