Hello Guru
as a quick test I put in a bogus jsp
<%=getSomethingThatDoesntExist();%>
when referenced in address bar I see (in the browser)
org.apache.jasper.JasperException: Unable to compile class for JSPAn error
occurred at line: 3 in the jsp file: /ChangeConfig.jspGenerated servlet
error:Synta
Java Guru wrote:
Hi Everyone,
Can any one tell me if there is any package in the Apache which can give
line number in which the error occurred in JSP rather than line number of
servlet to which JSP is converted at run time.
The standard error page for JSPs should do exactly what you are loo