Advertisement
Guest User

1

a guest
Aug 5th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <c:forEach var="article" items="${articles}">
  2. <tr><td>
  3. <article>
  4. <a href="page?id=${article.studentPK.studentId}">
  5. <h1>${article.fio}</h1>
  6. </a>
  7. </article>
  8. </td>
  9. <td>${article.groupNum}</td>
  10. </tr>
  11. </c:forEach>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement