<%-- - FILE - softCompSeg.jsp - - DESCRIPTION - PageSegment to display table for Oracle Software Component selection. - - MODIFIED (MM/DD/YY) - gmanglik 05/15/07 - ada fixes - gmanglik 05/15/07 - ada fixes - amroy 09/14/06 - - shgangul 06/27/06 - GUI changes for 11g DBCtrl - shgangul 06/27/06 - GUI changes for 11g DBCtrl - 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 12/30/05 - bug: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" %> <%--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" %> <%@ include file="/oemNoscript.jspf" %> <%--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. --%> <%-- <%--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.db.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.--%> <%-- Bug: 4918810: Change popup to embedded page --%> <%-- --%> <%-- end bug: 4918810--%> <%-- uix:tableLayout width="100%"> <%--Test Code for checkbox --%> <%-- uix:spacer width="25"/> <%-- onClick="javascript:applySqlSelected();" /> --%> <%--End here checkbox --%>