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
- Moving from 0.5 to 1.0: an experience Pierre M�tras
- Re: Moving from 0.5 to 1.0: an experience Luke Taylor
- HttpSession.getAttribute() missing? Mike Campbell
- Re: HttpSession.getAttribute() missing? Craig R. McClanahan
- Re: HttpSession.getAttribute() missin... Mike Campbell
- Re: HttpSession.getAttribute() m... Craig R. McClanahan
- Re: HttpSession.getAttribute() missing? Jim Richards
- Re: Moving from 0.5 to 1.0: an experience Pierre M�tras
- Re: Moving from 0.5 to 1.0: an experience Craig R. McClanahan
- Re: Moving from 0.5 to 1.0: an experi... Pierre M�tras
- Re: Moving from 0.5 to 1.0: an e... Craig R. McClanahan
- Re: Moving from 0.5 to 1.0: ... Pierre M�tras
- Re: Moving from 0.5 to 1.0: ... Jean-Baptiste Nizet
- Re: Moving from 0.5 to 1... Pierre M�tras

