[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Compile error when using a bean


Hi There,

I created a simple bean called test. When I made a JSP page and want to
run it. The server return a HTML-page with compiling errors.

/usr/local/apache/htdocs/jsp/test.jsp:9: Class
_jsp._usr._local._apache._htdocs._jsp.test not found in type
declaration.
		test foo = null;		^
/usr/local/apache/htdocs/jsp/test.jsp:9: Class
_jsp._usr._local._apache._htdocs._jsp.test not found in type
declaration.
		if(request.getAttribute("foo") instanceof test) {

......bla bla.....

The server can't find the test.class (my bean), but where do I put the
class-file for my bean? 

Daniël