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
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