<%-- -- Page: viewMultiRow.jsp -- Controller: oracle.sysman.eml.ecm.generic.ViewMultiPageSegController -- Bean: oracle.sysman.eml.ecm.generic.ViewMultiPageSegBean -- -- Description: This page segment displays the contents of a -- multi-row table for a snapshot -- -- MODIFIED (MM/DD/YY) -- jochen 08/01/05 - jochen_view1 -- jochen 04/12/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.ViewMultiPageSegBean' %> <%-- oem:pagesegment tag will create a UINode and store the instance specific pagecontext in it. --%> <%-- Message bundles --%> <% PageSegmentContext psc = (PageSegmentContext)request.getAttribute("pageSegmentContext"); ViewMultiPageSegBean segBean = (ViewMultiPageSegBean)psc.getPageSegmentBean(); %> <%-- --%> <%-- History button --%> <%-- --%> <%-- --%> <%-- 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 --%> <%-- --%>