<%@ include file="/oemNoscript.jspf" %> <%@ include file="/sdk/oemTop.jspf" %> <%@ 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.metrics.target.AdvancedSettingsTableViewBean"%> <%@ page import="oracle.sysman.eml.mntr.Constants"%> <%@ include file="/oemTitle.jspf" %> <%@ include file="/oemGlobal.jspf" %> <% AdvancedSettingsTableViewBean ASTViewBean = (AdvancedSettingsTableViewBean)request.getAttribute("viewBean"); %> <% if (ASTViewBean.getShowHealthHeader() == true) { %> <%@ include file="/health/header.jsp"%> <% } %> <%-- note: if using inlineMessage, the table can't have 100% width, so that's why I use messagePrompt and messageText instead --%> <% Object viewBean = request.getAttribute("viewBean"); if ((viewBean != null) && (viewBean instanceof AdvancedSettingsTableViewBean)) { int displayFirstKeyColumn = ((AdvancedSettingsTableViewBean)viewBean).getDisplayFirstKeyColumn(); if (displayFirstKeyColumn != 0) { %> <% } } %> <%-- Following line removed as a part of fix for bug 6151378--%> <%-- --%>