Joined: Mon Dec 13, 2010 9:49 am Posts: 2
|
Hi All,
I am new to Hibernate. I am facing one problem please help me in this
I am using Hibernate with Struts and for deployment I am using Tomcat and for DB mysql. I had written on JSP when user clicks button on that JSP in the next page he has to see table data. I am able to see the data also in the next page. My doubt is : I am staring the Tomcat server and try to insert data manually from backend now when I try to click the button the JSP page is not displaying the recently added entry. JSP is displaying the old entry.
Please tell me how can I get the updated values every time??????
|
|