I was getting those but it was because my bean didn't have a constructor
that took no args but it looks like yours does...

Not sure...

Hunter

> From: "Brandon Cruz" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Tue, 10 Apr 2001 17:54:24 -0500
> To: <[EMAIL PROTECTED]>
> Subject: Instantiating Beans on Tomcat
> 
> I am trying to instantiate a very simple bean on Tomcat in a JSP using the
> directive...
> 
> <jsp:useBean id="sessionBean" scope="session" class="InfoBean" />
> 
> Everytime I try to run it, I get the following exception...
> 
> javax.servlet.ServletException:  Cannot create bean of class InfoBean

Reply via email to