|
viewing exception of a class from jsp
i have a customer class in a package in a web module.
cust.optEmail = (rs.getString("SVEMAL")=="Y")?true:false;
that line is throwing an exception. i'm developing with netbeans 3.6
i have that code in a try/catch block .. but i don't know how to see what the exception is.
i've tried System.out.prinln() from inside the class, but that apparently doesn't print to the web page.
how can i see the exception?
__________________
Mike
|