Answer Posted / amit ghosh
its simple... use request diapatcher
RequestDispatcher rd = request.getRequestDispatch("url?
newparam=newvalue");
rd.forward(request, response);
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is new in ServletRequest interface ? (Servlet 2.4)
What is the procedure for initializing a servlet?
Why do we have servlet filters?
Write the code to get the server information in servlet.
What exactly is a servlet?
What exactly are the functions of servlet?
What are the types of Session Tracking ?
How can the session in servlet be destroyed?
What are the exceptions thrown by servlets? Why?
Is it good idea to create servlet constructor?
How servlets are deployed in java?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What is the type of method for sending request from http server?
What is URL Encoding?
What’s the difference between sendredirect and forward methods