|
Hi, i am using Struts 1.2.9 and Hibernate 3 my problem is that i update/add objetcts, but i cant see this modifications i give an example: i have a table Incidents(id, title, description, date, #levelId, #stateId, #createrId) i add a new Incident, or update an old one, when i want to display this one i can see new values of (title, description, date), but there are no values for (level, state, creater). when i restart tomcat and display this record i can see all values.
I am sorry for my english level Thanks for help
|