On Fri, Oct 26, 2001 at 05:28:43PM -0400, Ben Sifuentes wrote:
> I'm getting a java.lang.NoSuchMethod error when executing the following:
> 
>     // Retrieve the context for this object
>     HttpSession session = req.getSession();
>     ServletContext context = session.getServletContext();

Ben,

you're getting java.lang.NoSuchMethod exception when using
session.getServletContext(), because there is No Such Method
in HttpSession.


incze

--
To unsubscribe, e-mail:  <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to