<%@ page info="Delete the application data" %> <%@ page import="java.util.*" %> <%@ 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(); %>

The Delete form for an application

Please provide the following information needed to delete an application.

The exsiting Code: <% String tmp1; for(int i=0;i
> <%= tmp1 %>
<% } %>