Hi I'm new to JSP. i'm trying to access a bean in a JSP-HTML Page. Where do I deploy the bean ".class" and ".java" files. Any help on this is highly appreciated. I'm at [EMAIL PROTECTED] i'm getting the following error : I have the classes in c:\weblogic\myserver\serverclasses. Parsing of JSP File 'C:\weblogic\myserver\public_html\jsp\hellouser.jsp' failed: C:\weblogic\myserver\public_html\jsp\hellouser.jsp(21): Could not create a bean of type: serverclasses.NameHandler: java.lang.ClassNotFoundException: serverclasses.NameHandler probably occurred due to an error in C:\weblogic\myserver\public_html\jsp\hellouser.jsp line 21: <jsp:useBean id="mybean" scope="page" class="serverclasses.NameHandler" /> =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
