Hi,
I use a simple web application that uses struts2 (view)- tiles (view) - Spring - Hibernate.
It is working fine. I have a strange behaviour explained below.
1. Consider I have form. I fill up the text boxes, select boxes and press Submit. The values are getting displayed. Perfect!
2. If I go to any other page and coming to the previous page again. The old values given are still retained by default and results are displayed as per the earlier selection.
3. This condition became worse when I have a try to insert records being fetched in the form. The records are getting duplicated with incremented IDs in database.
Hope I am clear to you. Do you know what could be causing this issue?
Thanks in advance
This message was edited 2 times. Last update was at by Bear Bibeault
David Newton
Author
Bartender
Joined: Sep 29, 2008
Posts: 11808
posted
Not without knowing more details. My first assumption would be that you're defining your actions in the Spring config file and not making them prototype scope.