As JSP is so new, and the documentation so scarce, that coding is a lot of trial, error, and stack-tracing.
 
So, I wonder, when an exception occurs, the stack trace refers to the line number of the .java files for the classes.  This is true, EVEN for third party classes, for which I do not knowingly have the source to.  Is there information contained in the .class files to make this possible, or have I just not looked well enough for the .java files?
 
Second, if this information is contained in the class files, is there any way for me to view the source and try to figure out what is happening?
 
Magnus Torfason
NCD

Reply via email to