This is an easy question, I'm sure.

I'm trying to compile my first struts app, and it's blowing up on Action.java not 
being able to find HttpSession.getAttribute() (in
numerous places; first encountered in Action.java, line 300).  I looked at my 
HttpSession class and sure enough, it isn't there.

The HttpSession it's going after is in the Jswdk version 1.0.1.    Could it mean 
putValue() instead?

The HttpSession I have has the following API:

getCreationTime()

getId()

 getLastAccessedTime()

 getMaxInactiveInterval()

 getSessionContext()

 getValue(String)

 getValueNames()

 invalidate()

 isNew()

 putValue(String, Object)

 removeValue(String)

 setMaxInactiveInterval(int)


Reply via email to