Posted By:
anand_kelkar
Posted On:
Wednesday, June 5, 2002 01:05 PM
Hi,
I have a x.jsp that reads the data from the database and displays in a table on the same page. It also allows user to enter additional data to that table. As soon as user says add record I read data I go to a control.jsp to write the data to database. Then I do a forward back to the x.jsp. I expect that the x.jsp will show the data I just added to the database. It wont do it till I hit the refresh button. I tried response.sendRedirect(),
Any help is greatly appreciated
Thanks,
Anand