Tomcat: The value for the useBean class attribute ... is invalid.
843838Sep 5 2006 — edited Sep 10 2006Hi, 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