Re: jspInit() and errors

2002-05-05 Thread Mattias Brändström
:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 10:02 PM To: [EMAIL PROTECTED] Subject: jspInit() and errors Hi! As I understand it I can override jspInit() and do write some initialisation code for my JSP-page there. Now I have been looking at the JSP 1.2 specification and I can't

RE: jspInit() and errors

2002-05-05 Thread Abraham Fathman
]] Sent: Sunday, May 05, 2002 4:13 AM To: Tomcat Users List Subject: Re: jspInit() and errors No, that doesn't work. jspInit() isn't declared to throw an exception and that makes it illegal to override it with a method that do throw an exception. Abraham Fathman wrote: Mattias, Can you just

jspInit() and errors

2002-05-04 Thread Mattias Brändström
Hi! As I understand it I can override jspInit() and do write some initialisation code for my JSP-page there. Now I have been looking at the JSP 1.2 specification and I can't find any way to report errors from jspInit(). To me that seems like a good thing to do. If I can't initialise my page

RE: jspInit() and errors

2002-05-04 Thread Abraham Fathman
Mattias, Can you just throw an exception? Abe -Original Message- From: Mattias Brändström [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 10:02 PM To: [EMAIL PROTECTED] Subject: jspInit() and errors Hi! As I understand it I can override jspInit() and do write some