Forwards the request to another resource.
Syntax
forward( requestdispatcher , request , response )
requestdispatcher.forward( request , response )
Parameters
requestdispatcher
|
the request RequestDispatcher.
|
request
|
the Request.
|
response
|
the Response.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
request_dispatcher.forward( Request( ) , response( ) )
|