I have a problem in concurrency when I save user info into the form bean.
User1 one saves the form info and comes back to the same page with same added info (with "aaa" and "bbb" values for txtfield 1 and textfield 2 respectively)
user2 Does the same as above (with "ccc" and "ddd" values for txtfield 1 and textfield 2 respectively)
Problem : I am seeing the values ccc and ddd in txtfield 1 and textfield 2 of user1 .User1's form instance has user2 info.