On 2001.03.12 02:27 Jeff Finley wrote:
> I receive the following errors:
>
> javax.servlet.ServletException: Cannot create bean of class Joe
>
>
>
>
> Here is the source for the jsp:
> <html>
> <jsp:useBean id='joe' scope='session' class='Joe'/>
> <head>
> </head>
> </body>
> </html>
Your bean needs to have the fully qualified class name for the class attribute.
It's in the spec for JSP 1.1.
-- Brett
http://www.chapelperilous.net/~bmccoy/
------------------------------------------------------------------------
"Call immediately. Time is running out. We both need to do something
monstrous before we die."
-- Message from Ralph Steadman to Hunter Thompson
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]