<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <%-- Here we read off the values that the servlet precalculated for us. --%> <% java.util.List rows = (java.util.List) request.getAttribute("rows"); %>
Results from Pub DB
Displaying <%= current_row %> - <%= Math.min(rows.size() + Integer.parseInt(current_row) - 1, Integer.parseInt(max_articles.toString())) %> of <%= max_articles %> articles.
<%-- Note: we will be going over all the rows of our result. --%>
Article # Journal Year Vol Page Start Type
<%= article.getArticle_id() %> <%= article.getTitle() %>
  <%= article.getPub_source_name() %>  <%= article.getYear() %>  <%= article.getVolume() %>  <%= article.getPage_start() %>  <%= article.getArticle_type() %>
  <%= article.getAuthors() %>