posted 18 years ago
I am using Hibernate 3.0 in my application. I have a list of records retrieved from the oracle db using hibernate and shown in my page. Now when i delete a record and try to add that same record again, it does not get added. But if i go to some other page and come back to this page and then try to add the same record, it allows me to add the record. I have been stuck on this for 3 days now. Please help me out.