<%@ page info="Review session for the visualization." %> <%@ page import="WebFlow.*" %> <%@ page import="WebFlow.ContextManager.*" %> <%@ page errorPage="/Generic/Error.jsp" %> Sesson List <% //String userName=storeInfo.getTableVal("userName"); String problemName=request.getParameter("problemName"); ContextManager cm = null; if(problemName.endsWith("SLAVEWFS")) { int index = problemName.lastIndexOf("SLAVEWFS"); problemName = problemName.substring(0,index); cm=modserver.getContextManagerForSlave(); storeInfo.setTablePair("archiveType","slaveProblemname"); } else { cm=modserver.getContextManager(); storeInfo.setTablePair("archiveType","masterProblemname"); } storeInfo.setTablePair("problemName",problemName); String[] sessionList = cm.listProblemSessions(problemName); if(!sessionList[0].equals("null")) { %>

Session Selection

For the problem you selected, you have the following sessions. Each time you edit a particular problem, a new session is created for you, so all of the old information will be saved. You can also delete sessions you no longer wish to keep and visualize your data which you have already created after submitting the job.
Please select a session. When you have made your choice, click the "Make Selection" button at the bottom of the page.
    <% String tmp1; for(int i=0;i > <%= tmp1 %>
    <% } %>
         
<% } else { //if(sessionList) %>

You don't have your session archive.

<% } %>