I have created a small bean and I am trying to access it through a JSP. I am
using Weblogic as my server. I registered the bean(did not know if I had to,
but did anyway) and placed it in my classpath. when I run the JSP I get an
error reading:

C:\weblogic\myserver\classfiles\jsp_servlet\_stringbean.java:73: cannot
resolve symbol
probably occurred due to an error in /StringBean.jsp line 10:
<jsp:useBean id="stringBean" class="StringBean" />

Any ideas on what I did wrong?

Thanks!

Mark

===========================================================================
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