Skip to content

Instantly share code, notes, and snippets.

@samuelmale
Created July 9, 2018 14:26
Show Gist options
  • Save samuelmale/6a9c4a1027871d562499ca9550b6f2ee to your computer and use it in GitHub Desktop.
Save samuelmale/6a9c4a1027871d562499ca9550b6f2ee to your computer and use it in GitHub Desktop.
<div id="list">
<c:forEach items="${people}" var="person">
<tr>
<td>${person.name}</td>
<td>${person.birthDate}</td>
<td>${person.status}</td>
</tr>
</c:forEach>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment