That code was not written by me, it was generated out by Tomcat. I know you can't do those things in code.
To summarize: If you try to access an abstract class (or an interface) with the <jsp:useBean> tag, it will throw a compile time exception when you try to access the jsp page. This was not the behavior under Tomcat4. -Andrew. ----- Original Message ----- From: "Ben Souther" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 12:43 PM Subject: Re: Tomcat 5 - jsp:useBean causing a compile time exception (not pilot error - long detailed post) What's the bug? You can't instanciate an abstract class in java. You can't instanciate an array in java without dimensioning it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
