<%-- - FILE - softCompSeg.jsp - - DESCRIPTION - PageSegment to display table for Oracle Software Component selection. - - MODIFIED (MM/DD/YY) - vsubrahm 02/27/09 - Fix OAC Violations - vsriram 08/29/07 - Link for OPatch Download Instructions - srukumar 07/30/07 - OPatch Upgrade Option - milshah 10/18/06 - - mningomb 10/16/06 - Adding a tip for AS DP - kavkrish 09/20/06 - changes for OAC - svengali 08/16/06 - - nitijain 08/01/06 - Bug 5364072 - svengali 07/17/06 - Add a tip for enter script to apply sql - rsah 06/09/06 - XbranchMerge rsah_bug-5089693 from - st_empp_10.2.0.1.0 - tasingh 02/24/06 - XbranchMerge tasingh_bug-5054725 from - st_empp_10.2.0.1.0 - tasingh 03/14/06 - Do not show default sql check box as a check box - on the review page. - tasingh 02/23/06 - Handle pagination problem - tasingh 01/05/06 - ER:4928602 Provide support to upload patches from - a file. - tasingh 12/30/05 - ER:4918810 Change popup to an embedded page. - tasingh 12/01/05 - Disabling the provision to add Software Update - Component by name. - tasingh 08/04/05 - created --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ include file="/oemNoscript.jspf" %> <%--uix and oem Tag Library--%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%--Common UI messages --%> <%--ResourceBundle for common labels/headers etc--%> <%--ResourceBundle for labels/headers specific to Patch Advisor Project--%> <%-- For the time being disable the provision to add Software Update Component by its name. --%> <%-- <%--ER:4928602 Add provision to upload patches from a file. --%> <%--End ER:4928602--%> <%--oracle software update component table--%> <%-- This is a hack to get the tableID. Since idBindingis not supported - I will get the pageSegmentBean from the pageSegmentContext and - get the tableID. The importance of tableID is, it is required for - partialPageRenderring. Since a page could use this pageSegment - many times, so the table ID should be unique for partial page - rendering to work. --%> <%@ page import='oracle.sysman.emSDK.page.seg.PageSegmentContext' %> <%@ page import='oracle.sysman.pp.pa.ui.beans.SoftCompSegBean' %> <% PageSegmentContext psContext = ( PageSegmentContext) request.getAttribute( "pageSegmentContext"); SoftCompSegBean pageSegBean = ( SoftCompSegBean) psContext.getPageSegmentBean( ); String tableID = pageSegBean.getTableID( ); %> <%-- The following line creats an anchor.--%> <%-- ER: 4918810: Change popup to embedded page --%> <%-- --%> <%--ER:4928602--%> <%--End ER:4928602--%> <%-- End ER: 4918810--%> <%-- --%> <%-- --%>