<%-- /* $Header: showresults.jsp 13-jun-2005.21:13:15 mvajapey Exp $ */ /* Copyright (c) 2001, 2005, Oracle. All rights reserved. */ /* DESCRIPTION NOTES MODIFIED (MM/DD/YY) mvajapey 06/13/05 - ada bug 4427288. mvajapey 03/15/05 - mvajapey 01/11/05 - Add txn name, txn type, txn id to the form. snakai 01/20/04 - fix javascript use of nls string dbrown 05/28/03 - Set charset to utf-8. rmarripa 03/07/03 - remove ERR_OCCUR rmarripa 02/07/03 - change onLoadPlay snakai 01/29/03 - add interface version to recorder call rmarripa 01/17/03 - add context rmarripa 01/16/03 - add target and type */ /** * @version $Header: showresults.jsp 13-jun-2005.21:13:15 mvajapey Exp $ * @author rmarripa * @since release specific (what release of product did this appear in) */ --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oemjsp" %> <%@ taglib uri="http://xmlns.oracle.com/oem" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix"%> <%@ page import='oracle.sysman.eml.webapp.e2e.data.TraceConstants'%> <%@ page import='oracle.sysman.eml.chronos.WebsiteConstants'%> <%@ page import='oracle.sysman.eml.chronos.data.TxnRecorderData'%> <%@ include file="/oemNoscript.jspf"%> <%@ include file="/oemGlobal.jspf"%> <%--Total Server Breakout Start--%> <%! String objectId= null; String codeBase = null; StringBuffer strBuf = null; %> <% objectId = txnRecorderData.getRecorderObjID(); codeBase = txnRecorderData.getCodeBase(); strBuf = new StringBuffer(); strBuf.append( "" ); strBuf.append( " \n"); strBuf.append( "\n"); System.out.println( strBuf.toString() ); out.println( strBuf.toString() ); %>