Skip to content

Instantly share code, notes, and snippets.

@asouza
Created April 23, 2016 13:04
Show Gist options
  • Save asouza/7ede9cda5e6476a2b78e6fd09e6e613a to your computer and use it in GitHub Desktop.
Save asouza/7ede9cda5e6476a2b78e6fd09e6e613a to your computer and use it in GitHub Desktop.
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<c:forEach var="transacao" items="${transacoes}">
${transacao}<br/>
</c:forEach>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment