%@ page info="Update the application data." %>
<%@ page errorPage="/Generic/Error.jsp" %>
<%
//String webpath = application.getRealPath("/WEB-INF/");
//String xmlpath = webpath+"src/generic/CSMDesc.xml";
//parseXML.init(xmlpath);
Vector codeNames=parseXML.getApplications();
%>
Update Applications
Please select a code from the following list of applications.
When you have made your choice, click the button at the
bottom of the page.