This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
How to display result in the same jsp page after processing data in a servlet
sumita mukherjee
Greenhorn
Joined: Aug 27, 2007
Posts: 22
posted
0
Hi,
I have a jsp search page. When user clicks on the submit button, the search text would go to a servlet, get processed and the results should be displayed back in the same jsp page.
Could anyone please give me a hint as to how to proceed. I have tried request.forward, but somehow cannot get the control back to the jsp page to display the result, after processing.