comman wrote:
> 
> Here is my problem!
> 
> org.apache.jasper.JasperException: Unable to compile class for 
>JSP/usr/local/jakarta-tomcat/work/localhost_8080/_0002fnew_0002fcn_0002fclients_0002fclients_0002ejspclients_jsp_0.java:92:
> Class n_00025w.cn.clients.Replace not found in type declaration.
>                 Replace myReplace = null;
>                 ^
>
> By the way , I using the bean as follow:
> <jsp:useBean id="myReplace" class="Replace" scope="page" />

That may be your problem - class= MUST give the complete package
and class  due to the way Tomcat does the instantiation.

-- 
WBB - [EMAIL PROTECTED]  Chief Scientist, LANWrights, Inc.
Java Programmer Certification information and mock exam
at  http://www.lanw.com/java/javacert/

Reply via email to