How do you pass the data from one servlet to another
servlet?
Answer Posted / tushar
these above solution transfer the content from servlet1 to servlet2, but what if we want to do some other processing after it.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Explain the architechure of a servlet?
What is called Session Tracking?
What are the life cycle methods of the servlet?
How to find whether a parameter exists in the request object?
Which are the different ways you can communicate between servlets?
What is servlet and its use?
What do you mean by the servlet chaining?
What is java servlet session?
Why are servlets used?
Why do we need a constructor in a servlet if we use the init method?
List out difference between a JavaBean from a Servlet?
What is the servletconfig object?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is the disadvantage of cookies?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code