Hello:

  Thanks for the previous answers of my questions.
  I would like to know how to make the following example work by Lift:
  ( I use the old style Java scriptlet for example ).

<table>
 <% for (int i = 0; i < data.size(); i++) { %>
    <tr><td><%= data.name %></td></tr>
  <% } %>
</table>

  I cannot find an example like this, and I don't know if it should be
done by a single snippet with all the rows, or some list/array to
iterate in the view.

  Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to