Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Hi , everybody! I met a problem that the homepage's data can't be refresh after DB update, the detial is I made the first page to display the data list , and after select the one record of this list ,it will go to the second page, it's only the one record that i just selected from the front page in this second page, I can do the operation of delete in this page,when i deleted this record sccessfully and return back the first page,the data still be displayed, but this data have been modified in DB.I use STRUTS+HIBERNATE+MYSQL, why ?how can I do? thank you!