Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tomcat: The value for the useBean class attribute ... is invalid.

843838Sep 5 2006 — edited Sep 10 2006
Hi, it was there earlier, but no sufficient answer.
I had installed Tomcat 5.5.17 etc... and using javaBeans I get this error: The value for the useBean class attribute ... is invalid.
I think, that in my codes is not problem, cause I generated it by NetBeans and in their embedded Tomcat (5.5.6) it works fine. So problem looks to be in adjustment of Tomcat 5.5.17... Any idea?

Details: it does not works also if I use standard:
<% data.Xname x = new data.Xname();
x.setName("John"); %>
<%= x.getName() %>
Xname.class is in folder WEB-INF/classes/data/

Thanx, Keilew
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2006
Added on Sep 5 2006
20 comments
879 views