|
">">
<%= news.getName() %>
|
<%
List articles = news.getArticles();
for (int j = 0; (j < articles.size()) && (j < articlesPerNews); j++) {
Article article = (Article)articles.get(j);
String accessStatus = article.getAccessStatus();
%>
|
<%= article.getHeadline() %>
<%= article.getSource() %>
-
-
-
<%= dateFormatDateTime.format(article.getDate()) %>
|
<%
}
%>