<%@ page import="org.apache.beehive.netui.tools.testrecorder.server.TestRecorderServlet, org.apache.beehive.netui.tools.testrecorder.shared.Constants" %> <%@ page import="org.apache.beehive.netui.tools.testrecorder.server.state.RecordSession" %> Test Recorder

Test Recorder

<%@ include file="admin.inc" %>

<% String msg = null; msg = (String) request.getAttribute( Constants.MSG_ATTRIBUTE ); RecordSession recSession = (RecordSession) request.getAttribute( Constants.RECORD_SESSION_ATTRIBUTE ); %> <%= ( msg == null ) ? "error, no message provided." : msg %>

<%= ( recSession == null ) ? "" : recSession.toString() %>
<%@ include file="status.inc" %>