%@ page import="WebFlow.*" %>
<%@ page import="WebFlow.ContextManager.*" %>
<%
String userName=storeInfo.getTableVal("userName");
ContextManager cm=ServerServlet.getContextManager(userName);
String[] problemList = cm.listProblems();
if(!problemList[0].equals("null")) {
%>
Problem Archive
Problem Selection
The following is a list of your old problems. You can review and edit any of
the properties selected for that particular application, such as host machine,
number of nodes, and input filess, and then resubmit the job. Each time
you revisit a problem and edit it, a new session will be created, so all of
your old problem sessions will be retained after editing. You can also visualize your data which you have already created after submitting the job.
<% } else { //if(problemList)
%>
You don't have your problem archive.
<%
}
%>