Re: java.lang.NoSuchMethod

2001-10-27 Thread Craig R. McClanahan
On Sat, 27 Oct 2001, Incze Lajos wrote: > Date: Sat, 27 Oct 2001 17:12:26 +0200 > From: Incze Lajos <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: java.lang.NoSuchMethod > > On Fri, Oct

Re: java.lang.NoSuchMethod

2001-10-27 Thread Incze Lajos
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.getSe

java.lang.NoSuchMethod

2001-10-27 Thread Ben Sifuentes
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(); The error seems to be happening on the call to getServletContext()