%--
Document : test
Created on : 25-10-2018, 15:39:27
Author : install1
--%>
<%@page contentType="text/html" pageEncoding="windows-1252"%>
JSP Page
Backup nothingness
<% String error = (String) request.getAttribute("error");
if (error != null) {
out.println("Error!!
");
out.println(error);
} else {
%>
<% }
%>