<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <%@ taglib uri="/WEB-INF/input.tld" prefix="input"%> <%@ page import="java.util.*" %> <%@ page import="pub.beans.*" %> <%@ page import="pub.utils.*" %> <%-- Displays a list of articles as references, as well as buttons we can use to select an individual reference. We use callbacks to send info back to some ancestor window. --%> <%-- articles is a List of ArticleBeans that are related to this particular term.--%> <% pub.beans.ArticleBean articleBean = (pub.beans.ArticleBean) request.getAttribute("articleBean"); %> <%-- add a callback for selection. --%> <%-- add a callback for article title summary. --%> <%-- end javascript cdoe --%>

Select specific article reference

If the information below looks ok, press the selection button below, and we'll use this as the reference.