<%@ page import="com.arsdigita.versioning.VersioningServlet.VersionedObjects, com.arsdigita.persistence.OID, java.net.URLEncoder" %> <%@ include file="header.jspf" %>
Object type: <% VersionedObjects oids = (VersionedObjects) request.getAttribute("versionedObjects"); if ( oids!= null && oids.size() > 0 ) { %>

OIDs

<% } %> <% if ( oids != null ) { while ( oids.hasNext() ) { String serOID = (String) oids.next(); String strOID = oids.getOID().toString(); String encoded = URLEncoder.encode(serOID); String href = "txns?cmd=showTxns&oid=" + encoded; String taggedHref = href + "&tagged=yes"; %> <% } } %>
Data Object Show Txns
<%= strOID %> affecting tagged
Versioning Dependency Graph
<%@ include file="footer.jspf" %>