<%-- /* $Header: tests.jsp 16-jul-2007.13:50:49 rgraham Exp $ */ /* Copyright (c) 2004, 2007, Oracle. All rights reserved. */ /* DESCRIPTION PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) rgraham 07/16/07 - add beacon compatibility messages mvajapey 07/28/05 - not use partial andyao 07/24/05 - add partial action andyao 07/13/05 - add short desc andyao 06/13/05 - add table summary andyao 03/31/05 - andyao 03/09/05 - fix bug 4178589 yxie 02/15/05 - add Status column andyao 01/31/05 - add key column andyao 01/07/05 - move global button using tableActions andyao 01/05/05 - add row banding andyao 12/28/04 - remove dependency from TestPageViewBean andyao 12/03/04 - remove error.jspf andyao 11/19/04 - add view event andyao 10/27/04 - integration with txn management andyao 10/18/04 - Modify for Availability andyao 10/01/04 - Creation */ /** * @version $Header: tests.jsp 16-jul-2007.13:50:49 rgraham Exp $ * @author andyao * @since release specific (what release of product did this appear in) */ --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import="oracle.cabo.ui.UIConstants" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.PageViewBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.TestsPageViewBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.TestGenUIBean" %>