<%-- Displays a list of the comments associated an object. Required parameters: acc: a "key" into the comment table, of the form: [table_name]:[table_row_id] --%> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> (<%= commenting_user.getName() %> / <%= comment.getDate_entered() %>): <%= pub.utils.StringUtils.htmlEntityQuote(comment.getComment()) %> (edit)