Re: IllegalStateException

2002-01-28 Thread Jun Inamori
Hi Robert, > Here is a very simple test case: > > > <%@ page %> > > <% > > config.getServletContext(). > getRequestDispatcher("/test.jsp"). > forward(request,response); > %> Please try: config.getServletContext(). getRequestDispatcher("/test.jsp"). forward(request,response); re

RE: IllegalStateException

2002-01-28 Thread Robert Winningham
No bites on that one either. Here's another question along the same lines... Are the following equivalent: config.getServletContext().getRequestDispatcher("/test.jsp").forward(req uest,response); and -Original Message- From: Robert Winningham Sent: Monday, January 28, 2002 8:33 A