%@ page import="WebFlow.*" %>
<%@ page import="WebFlow.ContextManager.*" %>
<%
String code=request.getParameter("codeName");
String problemName=request.getParameter("probName");
String userName=storeInfo.getTableVal("userName");
ContextManager cm=ServerServlet.getContextManager(userName);
cm.addNewProblem(problemName);
cm.setCurrentProblemProperty("Code",code);
%>
Choose Machine
You have chosen to run the <%= code %> application
This application can be run on the following machines. Please select one.