the error is
<%jsp:usebean id="qMember" class="com.balicamp.asiapot.JMember"
scope="page" %> (my bean)
instead it should be
<jsp:usebean id="qMember" class="com.balicamp.asiapot.JMember"
scope="page"/>





Henki Lubis <[EMAIL PROTECTED]> on 06/22/2000 08:46:59 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:  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

Reply via email to