How to pass a requrest object of one servlet as a request
object to another servlet?
Answer Posted / ravikiran(aptech mumbai)
using request.setAttribute("key",value) in the first servlet
and request.getAttribute("key") in the second servlet
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is servlet in web technology?
What is the purpose of dispatcherservlet properties?
What is servlet looping or chaining?
How many servlet objects are created?
What are the features added in Servlet 2.5?
What methods do you use in servlet - applet communication?
What is the advantage of Servlets when compared with other server side technologies?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the capacity the doget can send to the server?
When servlet object is created?
Does servlet have main method?
What if you need to span your transaction across multiple servlet invocations?
What are advantages of servlets over cgi?
What is the procedure for initializing a servlet?
Explain jsessionid?