Advertisement
jac_usai

Untitled

Jun 17th, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.14 KB | None | 0 0
  1. <c:forEach var="article" items="${articleList}">
  2.     <tr>
  3.         <td>${article.date}</td>
  4.         <td>${article.title}</td>
  5.     </tr>
  6. </c:forEach>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement