Hi ,
I created a java bean with method called getName() that returns "Hello" and
used it in a jsp.The error i get when i call the jsp from browser is

"test" is either a misplaced package name or a non-existent entity

here is the code...

<jsp:usebean id="test" class="HelloBean" scope="page"/>
<% out.println(test.getName()); %>

I'm using Apache1.3.12 and Jrun2.3.3 and jsp1.1.

any clarification is highly appreciated...

Krishna



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to