%@ page import="org.apache.beehive.netui.tools.testrecorder.server.*,
org.apache.beehive.netui.tools.testrecorder.server.state.PlaybackSession,
org.apache.beehive.netui.tools.testrecorder.shared.Constants" %>
Test Recorder
Test Recorder
<%@ include file="admin.inc" %>
<%
String msg = null;
msg = (String) request.getAttribute( Constants.MSG_ATTRIBUTE );
PlaybackSession playSession = (PlaybackSession) request.getAttribute(
Constants.PLAYBACK_SESSION_ATTRIBUTE );
%>
<%= ( msg == null ) ? "error, no message provided." : msg %>
<%= ( playSession == null ) ? "" : playSession.toString() %>
<%@ include file="status.inc" %>