Mike Campbell wrote:

> 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 API classes in JSWDK 1.0.1 implement servlet 2.1 and JSP 1.0.  You will need at 
least servlet 2.2 / JSP 1.1 for Struts to work -- I
suggest you download Tomcat (3.2 or later) from <http://jakarta.apache.org>.  Among 
other things, this download includes a servlet.jar
file with the 2.2/1.1 API classes.

Craig McClanahan


Reply via email to