Mainly error is shown in "if" section. "org.apache.jasper.JasperException: An exception occurred processing JSP page [/enquiryForm_processing.jsp] at line [52]" is the error.
Code:
<%@page import="com.Package3.*"%>
<%String saved=EnquirySaving.savingFunction(name, address, email, mobile, gName, gMobile, time, career1, career2, career3, career4, hear1, hear2, hear3, hear4, hear5, before, institution, courses, status, councelling, visitDate, othersSpecify, othersSpecify1, othersSpecify2);%>
<%if(saved.equals("success")){%>
<%response.sendRedirect("loginPage.jsp");%>
<%}else{%>
<%response.sendRedirect("enquiryForm_processing_failed.jsp");%>
<%}%>