<%@ page info="Save the data." %> <%@ page import="java.util.Hashtable" %> <%@ page errorPage="/Generic/Error.jsp" %> <% String webpath = application.getRealPath("/WEB-INF/"); String xmlpath = webpath+"src/generic/ApplDesc.xml"; String codeName=request.getParameter("codeName"); xmlGOW.removeApplication(xmlpath, codeName); int nappl = xmlGOW.doParse(xmlpath); %>

The result of deleting the application


The deleted code: <%= codeName %>
The Number of the existing Applications: <%= nappl %>

Your application was deleted. if you want to do more things, Please choose buttons as below.