Hi, [talking 'bout JSP 1.1]
if I refer to the exception object in a JSP page that is NOT a error page (<%@ page isErrorPage="false" %>, which is the default), then code completion should NOT show the exception object. if I refer to the exception object in a JSP page that IS a error page (<%@ page isErrorPage="true" %>), then code completion should provide all methods of java.lang.Throwable, because the exception object is of type Throwable (see JSP 1.1 Spec p. 38). Bye, Hans-Joachim Matheus -- mailto:[EMAIL PROTECTED] \ in-integrierte informationssysteme GmbH \ Am Seerhein 8 Tel +49 (0)7531/8145-0 \ D-78467 Konstanz Fax -81 \ -------------------->http://www.in-gmbh.de \ _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
