Attribute value request.getParameter("para")request.getParameter("para") is quoted with " which must be escaped when used within the value is causing an exception:
org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [/Project] threw exception [/project/GetForm.jsp (line: 70, column: 77) Attribute value request.getParameter("para") is quoted with " which must be escaped when used within the value] with root cause
org.apache.jasper.JasperException: /project/GetForm.jsp (line: 70, column: 77) Attribute value request.getParameter("para") is quoted with " which must be escaped when used within the value
> org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [/Project] threw exception [/project/GetForm.jsp (line: 70, column: 77) Attribute value request.getParameter("para") is quoted with " which must be escaped when used within the value] with root cause
> org.apache.jasper.JasperException: /project/GetForm.jsp (line: 70, column: 77) Attribute value request.getParameter("para") is quoted with " which must be escaped when used within the value
This question has been asked already several times (http://stackoverflow.com/questions/6501265/simple-error-due-to-use-of-double-quotes-in-a-jsp-fileThis question has been asked already several times) but I'm not sure if I want to "have it solved".