| Author |
how to refresh data after delete in jsp
|
Manoj semwal .
Ranch Hand
Joined: Jul 10, 2008
Posts: 34
|
|
Hai Friend Iam Using Navigation bar to show the Large data, when i am select one or multiple selection to delete, data is deleting from database but Not showing in display window in jsp it is showing the deleted data also after refresh. how can i solve this problem. MAnoj
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
|
It sounds like you are showing cached data. you sure you re-read the data and it is still showing the same thing?
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
Manoj semwal .
Ranch Hand
Joined: Jul 10, 2008
Posts: 34
|
|
Thanks for Your Reply yes boson it is showing cached data. Actually after passing the searching value the data fetched from database and showing in indexed through navigation bar. after deletion message. it is redirect the oldpage where data is showing and showing delete data also. so how can i solve this problem. Manoj
|
 |
Syednizar Kamal
Greenhorn
Joined: Jul 04, 2008
Posts: 15
|
|
|
after deleting the data,again fetch the table data from Database.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
|
|
"Manojsemwal .", you have previously been warned on multiple occasions regarding adjusting your display name to meet JavaRanch standards. This is not optional, and this is your final warning. Adjust your display name to comply with the required standards prior to your next post. Your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Failure to comply will result in the removal of your account. bear JavaRanch Sheriff
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: how to refresh data after delete in jsp
|
|
|