aspose file tools
The moose likes Servlets and the fly likes RequestDispatcher Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "RequestDispatcher" Watch "RequestDispatcher" New topic
Author

RequestDispatcher

ALaxmi Shankaran
Greenhorn

Joined: Feb 23, 2004
Posts: 26
If in a servlet i get a parameter from a jsp.
And from that method only with the RequestDispatcher,i forward the request to another jsp,
then whether the request object retains in the second jsp also , i mean can i again get
that parameter over there?
Kalai Selvan
Ranch Hand

Joined: Jul 07, 2004
Posts: 79
Hi,
yes you will get the request parameters in the second.jsp......

Kalai Selvan T.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: RequestDispatcher
 
Similar Threads
Call servlet from java class and redirect to jsp page
how to call jsp page from servlet
POST request and reading data two time
forward() and include()
Parameter from request in JSP