Guest User

Untitled

a guest
Jul 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <c:forEach var="row" items="${rs.rows}">
  2. ID: ${row.id}<br/>
  3. Passwd: ${row.passwd}<br/>
  4. Amount: <%=Calculate.getAmount(${row.balance})%>
  5. </c:forEach>
Add Comment
Please, Sign In to add comment