%--
* Copyright by Intland Software
*
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Intland Software. ("Confidential Information"). You
* shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement
* you entered into with Intland.
*
* $Revision$ $Date$
--%>
<%@ taglib uri="jstl-c" prefix="c" %>
<%@ taglib uri="jstl-fmt" prefix="fmt" %>
<%@ taglib uri="jstl-fn" prefix="fn" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="http://displaytag.sf.net" prefix="display" %>
<%@ taglib uri="taglib" prefix="tag" %>
<%@ taglib uri="uitaglib" prefix="ui" %>
<%-- JSP fragment shows a displaytag table, either the outgoing or the incoming associations to the current object
Expects following parameters:
request.itemDependency - The item's dependencies as List of ItemDependencyResult objects. This is created by the tag
param.outgoing - If this table shows the outgoing links (true) or the incoming links (false)
--%>
<%-- TODO: include this js only once! --%>
<%--
--%>
<%----%>
<%-- TODO: sorting is missing on Target: sortProperty="submittedAt" sortable="true" --%>