I got the following error while trying to load a jsp page. Does anybody know how can I fix or get arround it?
org.apache.jasper.JasperException: Unable to compile class for JSP
C:\jakarta-tomcat-4.0.2\work\localhost\JobsSite\myForm$jsp.java:757: 'catch' without 'try'.
} catch (Throwable t) {
I am new to jsp/servlets, and I am unsure exactly where this exception handler is (which it seems I need to know in order to add the try). It isn't in my code, but I"m wondering if there could be something in my code that set this off(?).
thanks,
jdubowy
org.apache.jasper.JasperException: Unable to compile class for JSP
C:\jakarta-tomcat-4.0.2\work\localhost\JobsSite\myForm$jsp.java:757: 'catch' without 'try'.
} catch (Throwable t) {
I am new to jsp/servlets, and I am unsure exactly where this exception handler is (which it seems I need to know in order to add the try). It isn't in my code, but I"m wondering if there could be something in my code that set this off(?).
thanks,
jdubowy