Thank you Jim -- my directory structure was off-base. After correcting
this, my page can now find my classes.
When I attempt to reference a method on my bean --- I am now getting this
error:
[09/Aug/2000:10:43:13] failure ( 760): Internal error: exception thrown
from the servlet service function (uri=/MyJSP.jsp):
javax.servlet.ServletException, Stack: javax.servlet.ServletException
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:384)
at _MyJSP_jsp._jspService(_MyJSP_jsp.java:97)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:826)
at
com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.jav
a:502)
This looks internal to iPlanet, maybe?
JSP Code:
<jsp:useBean
id="organization"
class="comp.gtc.membership.organization.web.OrganizationWebImpl"
scope="session"
/>
(snip -- HTML code)
</H2><P><%=organization.getName("1000")%></P>
<BR>
</BODY>
</HTML>
Any thoughts are appreciated!!
Shari
===========================================================================
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