I have swing application (multiple screens to enter user data), here is the probelm and flow.
Step 1 :
Main screen select the user name and enter >>
Ok, If there is an existing data for that user , all the fields will be populated with existing data accordingly(radio button data and text fields), this is edit mode. if no data then user will enter the data and saves to database.
Step 2:
If I go back to main screen and select the diffrent user name who's data not there in the database,... here is the problem ..I get all the fields populated with the old data. so weird ..i dont understand why?
If I close the
applet and open again it works fine. I mean if I go back and forth again I get same problem. I hope I explained the problem correctly..PLease suggest some solution !!