Hi,
I have a problem with input text boxes saving the user input in between pages and not displaying data from the database. My workflow is the following
1) user Alvin logs in and navigates to a screen with an input box called 'weight'
2) user Alvin enters in weight and clicks a save button
3) the value is saved in database
4) user Alvin logs out
5) user Jon logs in
6) Jon goes to the screen to input his 'weight' and rather than getting his weight from database and displaying it in the input box 'weight', it has the same value that the previous user (alvin) put in.
How can I avoid this problem of the input box saving its value in between user sessions? Thanks