Created
April 23, 2016 13:04
-
-
Save asouza/7ede9cda5e6476a2b78e6fd09e6e613a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@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