<%-- -- Page: compSingleRow.jsp -- Controller: oracle.sysman.eml.ecm.generic.CompSinglePageSegController -- Bean: oracle.sysman.eml.ecm.generic.CompSinglePageSegBean -- -- Description: This page segment displays the diff of two ECM -- single-row tables -- -- MODIFIED (MM/DD/YY) -- lappanmu 12/13/05 - XbranchMerge lappanmu_bug-4684929 from main -- lappanmu 11/29/05 - Generic UI changes -- jochen 08/08/05 - Change no data to no diffs - add label to choice -- jochen 08/01/05 - jochen_view1 -- jochen 04/21/05 - Creation --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import="oracle.sysman.eml.ecm.generic.JspConstants" %> <%@ page import='oracle.sysman.emSDK.page.seg.PageSegmentContext' %> <%@ page import='oracle.sysman.eml.ecm.generic.CompSinglePageSegBean' %> <%@ page import='oracle.sysman.eml.ecm.generic.CompSingleTableDataSource' %> <%-- oem:pagesegment tag will create a UINode and store the instance specific pagecontext in it. --%> <%-- Message bundles --%> <% PageSegmentContext psc = (PageSegmentContext)request.getAttribute("pageSegmentContext"); CompSinglePageSegBean segBean = (CompSinglePageSegBean)psc.getPageSegmentBean(); %> <%-- --%> <%-- Anchor for quicklink --%> <%-- --%> <%-- --%> <%-- Keys for detail mode --%> <%-- --%> <%-- --%> <%-- Show Diffs or All --%> <%-- --%> <%-- --%> <%-- Link to top --%> <%-- --%> <%-- --%> <%-- Errors --%> <%-- --%> <%-- This is only shown if there was an error creating the --%> <%-- display node. The error is logged and an inline error --%> <%-- message is displayed on the page so other segments --%> <%-- can still be rendered --%> <%-- --%> <%-- Table --%> <%-- --%> <%-- Result column --%> <%-- Attribute column --%> <%-- Target1 column --%> <%-- Target2 column --%>