Hello,
I have downloaded servlet-2_2b.zip and unpacked it into /servlets  In
my classpath I reference /servlets and I can compile servlets.  My
problem is that it chokes on the following.

HttpSession session = request.getSession(true);
try
{
 session.setAttribute("name", "value");
}

It then complains that
symbol  : method setAttribute  (java.lang.String,java.lang.String)
location: interface javax.servlet.http.HttpSession
 session.setAttribute("name", "value");

Any suggestions on what I'm missing?
(Tomcat 3.2.1, W2k WS, java v 1.3.0, servlet 2.2b)

/charles

Tell all your friends about wowwowmail.zzn.com
____________________________________________________________
ZapZone Network brought to you by FortuneCity. http://www.fortunecity.com Get 100 
megabytes of free

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to