Thread
:
viewing exception of a class from jsp
View Single Post
04-26-2004, 12:59 PM
#
5
(
permalink
)
sde
Moderator
Join Date: May 2002
Location: us.ca
Posts: 4,541
hey cool .. i just defined a public String var in the class named 'debug'
then in my class, i put
catch(Exception e){
debug = e.toString();
}
in my jsp:
out.println(myobject.debug);
__________________
Mike
sde
View Public Profile
Visit sde's homepage!
Find More Posts by sde