This first question is about cast in jsp files. Suppose some one use useBean to declare a bean, then later on in the code use <% beanID.setByte(b) %> directly. If the operation requires cast (b might be of type int, for example), is the jsp author responsible for the cast or is the jsp engine responsible for the case?
The second question is a little off topic. I noticed sometimes when a servlet throw a exception and the engine caught it, the trace is only within the engine. However if I caught the exception where the servlet.service() is called, the exception shows the full trace (with the trace of the servlet code). If I re-throw the exception at that point, the servlet part of the trace will be lost when the exception is caught again. Anyone has any idea why? Thanks Gang ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
