%@ 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.siebeltt.data.SiebelTxnRecorderData'%>
<%@ page import="oracle.sysman.eml.mntr.Constants"%>
<%@ page import='oracle.sysman.eml.siebeltt.SiebelTestTypePageNames'%>
<%@ include file="/oemTitle.jspf" %>
<%@ include file="/enablePPR.jspf" %>
<%@ include file="/oemGlobal.jspf" %>
<%@ include file="/oemNoscript.jspf" %>
<%--This is for the details fo the transaction--%>
<%!
String objectId= null;
String codeBase = null;
StringBuffer strBuf = null;
%>
<%
objectId = txnRecorderData.getRecorderObjID();
codeBase = txnRecorderData.getCodeBase();
strBuf = new StringBuffer();
strBuf.append( "\n");
System.out.println( strBuf.toString() );
out.println( strBuf.toString() );
%>