> 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

Reply via email to