Hi, thanks for your reply, now when I call a jsp file that start like this :
<% @ page import="myproject.beans.*"
errorPage="error.jsp" %>
<jsp:useBean id="concept" class="ConceptBean"/>
<%
  ConceptBean[] concepts = ConceptBeanrequest.getConceptBeans();
%>
<html>
<head>
<title>Untitled Document</title>

I got this error :

500 Internal Server Error
Java Server Page Translation Error
Error during page parsing:
com.sun.server.http.pagecompile.jsp.JspException: Class: ConceptBean not
found

Could you please help me, your help will be appreciated.
thanks
Sufi


>From: Shiraz Wasim Zaidi <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Another error 500 ???
>Date: Sat, 23 Sep 2000 14:16:14 -0500
>
> > Could you please help me, I don't know how everybody is dealing with
>those
> > errors, I made lot of search in the internet, but there is no
> > reponse , here
> > is my new  error 500 :
> > 500 Internal Server Error
> >
> > Java Server Page Translation Error
> >
> > Error during compilation :
> >
> > C:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_ch05\_checkLog
> > in.java:151:
> > Can't make static reference to method void putValue(java.lang.String,
> > java.lang.Object) in interface javax.servlet.http.HttpSession.
> >                       HttpSession.putValue("user", (Object)user);
>
>Isn't the error message self descriptive of whats wrong. You are invoking
>putValue method
>as a static method. putValue should be invoked on a specific instance of
>session object
>reference.
>
>-Shiraz
>
>===========================================================================
>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

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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