All,
I'm not able to use the getRequestDispatcher.forward() method. I'm using the
JSDK 2.0 which, as far as I can tell, doesn't include this method.
The .92 JSP spec says,
com.sun.server.http.HttpServiceResponse.callPage(String uri,
HttpServletRequest request)
is now:
javax.servlet.ServletContext.getRequestDispatcher(String uripath)
I'm using GNUJSP, so I would expect to use the former, but I don't seem to
have access to either method.
Can anyone tell me what I'm doing wrong?
Thanks,
Sam Weiner
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".