also the tag starts with
<jsp:useBean instaed of <jsp:usebean




David Eaves <[EMAIL PROTECTED]> on 06/22/2000 08:01:46 AM

Please respond to A mailing list about Java Server Pages specification and
      reference <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: Kher Tamanna-SWD-ITIL-UB/Itilmail)

Subject:  Re: ErroR




Is it possible this is because your include file directive starts at the
root of the web server and then tries to move up a directory?



-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Henki Lubis
Sent: Wednesday, June 21, 2000 9:17 PM
To: [EMAIL PROTECTED]
Subject: ErroR


HI guys .. i am trying to show up a content of a field of a table in my
data
base .. and i got this msg ...500 Internal Server Error
com.livesoftware.jsp.JSPServlet:

javax.servlet.ServletException


any idea wat this error means ?? i have checked all syntaxs and i dont
think
something wrong there ??

nb: at the top i am using

<%@ page import="java.sql.*"%>
<%@ include file="/../include/global.jsp"%> (another page that will be
executed first)
<%jsp:usebean id="qMember" class="com.balicamp.asiapot.JMember"
scope="page"
/%> (my bean)

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

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

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