View Single Post
Old 04-26-2004, 09:38 AM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
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
sde is offline   Reply With Quote