-----Original Message-----
From: "Ben"<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Fri Jun 04 18:59:40 PDT 2004
Subject: value for useBean class attribute invalid

>Hi there,
>
>I'm trying to set up a simple beans backed jsp application. I set up 
>everything, the bean compiles, the context for the web app is set.
*snip*

>package my.packages;
>
>public class PrimitiveBean implements java.io.Serializable
>{
>   String content = "PrimitiveBean says hi!";
>
>   PrimitiveBean() {
>   }
>
*snip*

One problem I see is that your constructor isn't public, therefore the bean can't be 
instantiated by any class outside the package it is in. If that's not the problem, I'd 
make doubly sure your WEB-INF folder is being picked up correctly.

___________________________________________________
Check-out GO.com
GO get your free GO E-Mail account with expanded storage of 6 MB!
http://mail.go.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to