| 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.
|
 |
 |
|
|
subject: RequestDispatcher
|
|
|