How to pass a requrest object of one servlet as a request
object to another servlet?
Answer Posted / hari
Use RequestDispatcher to pass a requrest object of one
servlet as a request object to another servlet.
One way of implementing this operation ,
RequestDispatcher rD = null;
rd = request.getRequestDispatcher("xxx.jsp (or) servlet");
rD.forward(request,response);
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
If some new data has entered the database, explain how can a servlet refresh automatically?
What is servlet attributes and their scope?
Explain the difference between generic servlet and http servlet?
What is setattribute in servlet?
How to generate the server side programming and the advantages of it over the other languages?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is servlet container. how it works?
Differentiate between the get and post method
Which protocol will be used by browser and servlet to communicate
What is the inter-servlet communication?
What is servlet? Explain
Explain request dispatcher and its methods.
What do you mean by servlet?
Explain the methods of request dispatcher in servlet?